mirror of
https://github.com/e107inc/e107.git
synced 2025-03-14 01:19:44 +01:00
Forum template work.
This commit is contained in:
parent
9054bb0bb5
commit
97d5ece3b4
@ -123,13 +123,13 @@ $fVars->ICONKEY = "
|
||||
</tr>\n</table>\n";
|
||||
|
||||
$fVars->SEARCH = "
|
||||
<form method='get' action='".e_BASE."search.php'>
|
||||
<p>
|
||||
<form method='get' class='form-inline input-append' action='".e_BASE."search.php'>
|
||||
|
||||
<input class='tbox' type='text' name='q' size='20' value='' maxlength='50' />
|
||||
<input class='btn button' type='submit' name='s' value='".LAN_180."' />
|
||||
<input type='hidden' name='r' value='0' />
|
||||
<input type='hidden' name='ref' value='forum' />
|
||||
<input class='btn button' type='submit' name='s' value='".LAN_180."' />
|
||||
</p>
|
||||
|
||||
</form>\n";
|
||||
|
||||
$fVars->PERMS = (USER == TRUE || ANON == TRUE ? LAN_204." - ".LAN_206." - ".LAN_208 : LAN_205." - ".LAN_207." - ".LAN_209);
|
||||
|
@ -79,7 +79,12 @@ $FORUM_TRACK_MAIN = "<br />TRACK-MAIN";
|
||||
$FORUM_TRACK_END = "<br />TRACK-END";
|
||||
*/
|
||||
|
||||
$FORUM_TEMPLATE['main-start'] = "<table class='table table-striped'>
|
||||
$FORUM_TEMPLATE['main-start'] = "<div class='row'>
|
||||
<div class='right'>
|
||||
{SEARCH}
|
||||
</div>
|
||||
|
||||
</div><table class='table table-striped'>
|
||||
<colgroup>
|
||||
<col style='width:3%' />
|
||||
<col />
|
||||
@ -108,7 +113,21 @@ $FORUM_TEMPLATE['main-forum'] = "<tr>
|
||||
</tr>";
|
||||
|
||||
$FORUM_TEMPLATE['main-end'] = "</table>";
|
||||
/*
|
||||
$FORUM_TEMPLATE['main-end'] .= "
|
||||
|
||||
<div class='center'>
|
||||
<small class='muted'>{PERMS}</small>
|
||||
</div>
|
||||
<table style='".USER_WIDTH."' class='fborder table'>\n<tr>
|
||||
<td colspan='2' style='width:60%' class='fcaption'>{INFOTITLE}</td>\n</tr>\n<tr>
|
||||
<td rowspan='4' style='width:5%; text-align:center' class='forumheader3'>{LOGO}</td>
|
||||
<td style='width:auto' class='forumheader3'>{USERINFO}</td>\n</tr>
|
||||
<tr>\n<td style='width:95%' class='forumheader3'>{INFO}</td>\n</tr>
|
||||
<tr>\n<td style='width:95%' class='forumheader3'>{FORUMINFO}</td>\n</tr>
|
||||
<tr>\n<td style='width:95%' class='forumheader3'>{USERLIST}<br />{STATLINK}</td>\n</tr>\n</table>
|
||||
";
|
||||
*/
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user