"Return to dashboard" links
This commit is contained in:
parent
f45d3fdb32
commit
466d5e4832
@ -10,7 +10,8 @@
|
||||
</head>
|
||||
<body>
|
||||
<h1>{board[url]} - {board[name]}</h1>
|
||||
<div class="title">{board[title]?{board[title]}}</div>
|
||||
<div class="title">{board[title]?{board[title]}}<p>{mod?<a href="?/">Return to dashboard</a>}</p></div>
|
||||
|
||||
|
||||
<form onsubmit="return dopost(this);" enctype="multipart/form-data" action="{post_url}" method="post">
|
||||
<input type="hidden" name="board" value="{board[uri]}" />
|
||||
|
@ -8,8 +8,7 @@
|
||||
</head>
|
||||
<body>
|
||||
<h1>{title}</h1>
|
||||
<div class="title">{subtitle?{subtitle}}</div>
|
||||
{mod?<a href="?/" style="text-align:center;display:block;">Return to dashboard</a>}
|
||||
<div class="title">{subtitle?{subtitle}}<p>{mod?<a href="?/">Return to dashboard</a>}</p></div>
|
||||
{body}
|
||||
<hr/>
|
||||
<p class="unimportant" style="text-align:center;">Copyright © 2010 <a href="http://omegadev.org/">OmegaSDG</a></p>
|
||||
|
@ -11,6 +11,7 @@
|
||||
<body>
|
||||
<h1>{board[url]} - {board[name]}</h1>
|
||||
<div class="title">{board[title]?{board[title]}}</div>
|
||||
{mod?<a href="?/" style="text-align:center;display:block;">Return to dashboard</a>}
|
||||
|
||||
<div class="banner">Posting mode: Reply <a class="unimportant" href="{index}{board[dir]}">[Return.]</a></div>
|
||||
<form onsubmit="return dopost(this);" enctype="multipart/form-data" action="{post_url}" method="post">
|
||||
|
Loading…
Reference in New Issue
Block a user