Commit 82f15db9 authored by Van's avatar Van

parent c1a61d6e
...@@ -37,6 +37,7 @@ import java.util.List; ...@@ -37,6 +37,7 @@ import java.util.List;
* *
* @author <a href="http://88250.b3log.org">Liang Ding</a> * @author <a href="http://88250.b3log.org">Liang Ding</a>
* @author <a href="http://www.annpeter.cn">Ann Peter</a> * @author <a href="http://www.annpeter.cn">Ann Peter</a>
* @author <a href="http://vanessa.b3log.org">Vanessa</a>
* @version 1.0.2.2, Mar 19, 2019 * @version 1.0.2.2, Mar 19, 2019
* @since 0.6.7 * @since 0.6.7
*/ */
...@@ -64,7 +65,7 @@ public class ListHandler extends AbstractEventListener<JSONObject> { ...@@ -64,7 +65,7 @@ public class ListHandler extends AbstractEventListener<JSONObject> {
final String id = "b3_solo_" + tagName + "_" + i; final String id = "b3_solo_" + tagName + "_" + i;
element.before("<span id='" + id + "'></span>"); element.before("<span id='" + id + "'></span>");
final JSONObject li = new JSONObject(). final JSONObject li = new JSONObject().
put("class", "b3-solo-list-" + tagName). put("className", "toc__" + tagName).
put("id", id). put("id", id).
put("text", text); put("text", text);
toc.add(li); toc.add(li);
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
along with this program. If not, see <https://www.gnu.org/licenses/>. along with this program. If not, see <https://www.gnu.org/licenses/>.
--> -->
<#include "../common-template/macro-common-page.ftl"> <#include "../common-template/macro-common_page.ftl">
<@commonPage "${articleViewPwdLabel}"> <@commonPage "${articleViewPwdLabel}">
<h2> <h2>
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
along with this program. If not, see <https://www.gnu.org/licenses/>. along with this program. If not, see <https://www.gnu.org/licenses/>.
--> -->
<#include "macro-common-page.ftl"> <#include "macro-common_page.ftl">
<@commonPage "Kill IE!"> <@commonPage "Kill IE!">
<div class="kill"> <div class="kill">
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
along with this program. If not, see <https://www.gnu.org/licenses/>. along with this program. If not, see <https://www.gnu.org/licenses/>.
--> -->
<#include "macro-common-page.ftl"> <#include "macro-common_page.ftl">
<@commonPage "${welcomeToSoloLabel}!"> <@commonPage "${welcomeToSoloLabel}!">
<h2> <h2>
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
along with this program. If not, see <https://www.gnu.org/licenses/>. along with this program. If not, see <https://www.gnu.org/licenses/>.
--> -->
<#include "../common-template/macro-common-page.ftl"> <#include "../common-template/macro-common_page.ftl">
<@commonPage "401 Unauthorized!"> <@commonPage "401 Unauthorized!">
<h2>401 Unauthorized!</h2> <h2>401 Unauthorized!</h2>
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
along with this program. If not, see <https://www.gnu.org/licenses/>. along with this program. If not, see <https://www.gnu.org/licenses/>.
--> -->
<#include "../common-template/macro-common-page.ftl"> <#include "../common-template/macro-common_page.ftl">
<@commonPage "403 Forbidden!"> <@commonPage "403 Forbidden!">
<h2>403 Forbidden!</h2> <h2>403 Forbidden!</h2>
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
along with this program. If not, see <https://www.gnu.org/licenses/>. along with this program. If not, see <https://www.gnu.org/licenses/>.
--> -->
<#include "../common-template/macro-common-page.ftl"> <#include "../common-template/macro-common_page.ftl">
<@commonPage "404 Not Found!"> <@commonPage "404 Not Found!">
<h2>404 Not Found!</h2> <h2>404 Not Found!</h2>
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
along with this program. If not, see <https://www.gnu.org/licenses/>. along with this program. If not, see <https://www.gnu.org/licenses/>.
--> -->
<#include "../common-template/macro-common-page.ftl"> <#include "../common-template/macro-common_page.ftl">
<@commonPage "500 Internal Server Error!"> <@commonPage "500 Internal Server Error!">
<h2>500 Internal Server Error!</h2> <h2>500 Internal Server Error!</h2>
......
Subproject commit 20a63cbe495cf1343557668b60eafe6946aa4b1c Subproject commit 1605dceed8fe66f27f266881e237957248d23fb7
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment