mirror of
https://github.com/Daichimarukana/uwuzu.git
synced 2026-06-05 03:24:41 +00:00
uwuzu version 1.2.13
This commit is contained in:
+1
-1
@@ -20,8 +20,8 @@
|
||||
<hr>
|
||||
<a href="/emoji/addemoji" class="leftbutton"><svg><use xlink:href="../img/sysimage/menuicon/addemoji.svg#addemoji"></use></svg>絵文字登録</a>
|
||||
<a href="/notice/addnotice" class="leftbutton"><svg><use xlink:href="../img/sysimage/menuicon/addnotice.svg#addnotice"></use></svg>お知らせ配信</a>
|
||||
<hr>
|
||||
<?php }?>
|
||||
<hr>
|
||||
<form method="post">
|
||||
<input type="submit" name="logout" class="leftbutton" value="ログアウト">
|
||||
</form>
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
<div class="noticebox">
|
||||
<h4><?php echo $valuen['title'];?></h4>
|
||||
<p><?php echo nl2br($valuen['note']);?></p>
|
||||
<div class="makeup"><p>編集者 : <a href="/<?php echo $uneinoticeaccount?>"><?php echo htmlspecialchars($uneinoticeaccount)?></a></p></div>
|
||||
<div class="makeup"><p>編集者 : <a href="/@<?php echo $uneinoticeaccount?>">@<?php echo htmlspecialchars($uneinoticeaccount)?></a></p></div>
|
||||
<div class="time"><p><?php echo date('Y年m月d日 H:i', strtotime($valuen['datetime']));?></p></div>
|
||||
</div>
|
||||
<?php }?>
|
||||
|
||||
Reference in New Issue
Block a user