mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-23 19:58:51 +00:00
Not needed
git-svn-id: file:///svn/phpbb/trunk@1176 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
926f8eb9ca
commit
12f025ef20
3 changed files with 0 additions and 105 deletions
|
@ -1,27 +0,0 @@
|
|||
|
||||
<br clear="all" />
|
||||
|
||||
<h1>{L_SMILEY_TITLE}</h1>
|
||||
|
||||
<P>{L_SMILEY_TEXT}</p>
|
||||
|
||||
<table cellspacing="1" cellpadding="4" border="0" align="center">
|
||||
<tr>
|
||||
<th colspan="5"><a href="{S_SMILEY_URL}&mode=add">{L_SMILEY_ADD}</a></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>{L_CODE}</th>
|
||||
<th>{L_SMILE}</th>
|
||||
<th>{L_EMOT}</th>
|
||||
<th colspan="2">{L_ACTION}</th>
|
||||
</tr>
|
||||
<!-- BEGIN smiles -->
|
||||
<tr>
|
||||
<td class="row2">{smiles.CODE}</td>
|
||||
<td class="row2"><img src='{S_SMILEY_BASEDIR}/{smiles.URL}' alt='{smiles.CODE}'></td>
|
||||
<td class="row2">{smiles.EMOT}</td>
|
||||
<td class="row2"><a href="{S_SMILEY_URL}&mode=edit&id={smiles.ID}">{L_EDIT}</a></td>
|
||||
<td class="row2"><a href="{S_SMILEY_URL}&mode=delete&id={smiles.ID}">{L_DELETE}</a></td>
|
||||
</tr>
|
||||
<!-- END smiles -->
|
||||
</table>
|
|
@ -1,61 +0,0 @@
|
|||
|
||||
<br />
|
||||
|
||||
<h1>Upgrade</h1>
|
||||
|
||||
<p align="center"><a href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/phpbb/phpBB2">Go take a look at Sourceforge CVS</a></p>
|
||||
|
||||
<script language="Javascript">
|
||||
function checkall(state)
|
||||
{
|
||||
for (var i = 0; i < document.form.elements.length; i++)
|
||||
{
|
||||
var e = document.form.elements[i];
|
||||
if ( isNaN(e.name) == false )
|
||||
{
|
||||
e.checked = state;
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
<form method="post" action="{S_UPGRADE_ACTION}" name="form">
|
||||
<table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline">
|
||||
<tr>
|
||||
<th class="thCornerL" colspan="2">Filename</th>
|
||||
<th class="thTop">Local</th>
|
||||
<th class="thTop">Remote</th>
|
||||
<th class="thCornerR">Status</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row2"><a href="javascript:checkall(true)">all</a>/<a href="javascript:checkall(false)">none</a></td>
|
||||
<td colspan="2" class="row2">
|
||||
<input type="checkbox" name="backup" CHECKED>
|
||||
Backup files before upgrading</td>
|
||||
<td colspan="2" class="row2" align="right"><a href="javascript:document.form.submit()">Upgrade
|
||||
»</a></td>
|
||||
</tr>
|
||||
<!-- BEGIN dir -->
|
||||
<tr>
|
||||
<td colspan="5" class="catSides">DIR: <b>{dir.NAME}</b></td>
|
||||
</tr>
|
||||
<!-- BEGIN file -->
|
||||
<tr align="center">
|
||||
<td class="row2">
|
||||
<input type="checkbox" name="{dir.file.INPUTNAME}" value="{dir.file.INPUTVALUE}">
|
||||
<input type="hidden" name="version{dir.file.INPUTNAME}" value="{dir.file.REMOTE}">
|
||||
</td>
|
||||
<td class="row1" align="left"><a href="{dir.file.LINK}">{dir.file.NAME}</a></td>
|
||||
<td class="row2">{dir.file.LOCAL}</td>
|
||||
<td class="row1">{dir.file.REMOTE}</td>
|
||||
<td class="row2">{dir.file.STATUS}</td>
|
||||
</tr>
|
||||
<!-- END file -->
|
||||
<!-- END dir -->
|
||||
<tr>
|
||||
<td align="right" colspan="5" class="row2"><a href="javascript:document.form.submit()">Upgrade
|
||||
»</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
<input type="hidden" name="mode" value="upgrade">
|
||||
<input type="hidden" name="maxfile" value="{S_UPGRADE_MAXFILE}">
|
||||
</form>
|
|
@ -1,17 +0,0 @@
|
|||
|
||||
<br />
|
||||
|
||||
<h1>Upgrade</h1>
|
||||
<table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline">
|
||||
<tr>
|
||||
<th class="thCornerL">Filename</th>
|
||||
<th class="thCornerR">Status</th>
|
||||
</tr>
|
||||
<!-- BEGIN files -->
|
||||
<tr>
|
||||
<td class="row1">{files.NAME}</td>
|
||||
<td class="row2">{files.STATUS}</td>
|
||||
</tr>
|
||||
<!-- END files -->
|
||||
</table>
|
||||
<br />
|
Loading…
Add table
Reference in a new issue