mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-25 22:29:55 +09:00
cache & session refresh UI changed.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9391 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
8188720245
commit
cf73487272
3 changed files with 10 additions and 16 deletions
|
|
@ -1,19 +1,10 @@
|
|||
<fieldset class="section form content">
|
||||
<h2 class="h2">{$lang->subtitle_etc}</h2>
|
||||
<ul>
|
||||
<li>
|
||||
<p class="q">{$lang->about_recompile_cache}</p>
|
||||
<p class="a"><a href="#" onclick="doRecompileCacheFile();return false;">{$lang->cmd_remake_cache}</a></p>
|
||||
</li>
|
||||
<li>
|
||||
<p class="q">{$lang->about_arrange_session}</p>
|
||||
<p class="a"><a href="#" onclick="doClearSession();return false;">{$lang->cmd_clear_session}</a></p>
|
||||
</li>
|
||||
</ul>
|
||||
</fieldset>
|
||||
</div>
|
||||
<div class="footer">
|
||||
<p>Powered by <strong><a href="{_XE_LOCATION_SITE_}">XE</a></strong>.</p>
|
||||
<p class="power">Powered by <strong><a href="{_XE_LOCATION_SITE_}">XE</a></strong>.</p>
|
||||
<p class="cache">
|
||||
<button type="button" class="text" onclick="doRecompileCacheFile();">{$lang->cmd_remake_cache}</button>
|
||||
<button type="button" class="text" onclick="doClearSession();">{$lang->cmd_clear_session}</button>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<script type="text/javascript">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue