Project

General

Profile

« Previous | Next » 

Revision 1041

Added by Matthias almost 15 years ago

- Fixed some minor bugs in argos_theme (Thanks to Argos)

- Fixed bugs in admin additons for argos_theme (Thanks to Argos)

View differences:

media.htt
1
<!-- Adapted by Jurgen Nijhuis / Argos Media - 2009/05/25 -->
2

  
3 1
<!-- BEGIN main_block -->
4

  
5
<table>
2
<script language="javascript" type="text/javascript">
3
function toggle() {
4
	var check = document.getElementById("file2");
5
	if (check.style.visibility == "visible") {
6
		for (i=2; i<=10; i++) {
7
			document.getElementById("file" + i).style.visibility = "hidden";
8
		}
9
		document.getElementById("delzip").style.display = "inline";
10
	} else {
11
		for (i=2; i<=10; i++) {
12
			document.getElementById("file" + i).style.visibility = "visible";
13
		}
14
		document.getElementById("delzip").style.display = "none";
15
	}
16
}
17
</script>
18
<table cellpadding="0" cellspacing="0" border="0">
6 19
  <tr>
7
    <td width="400" valign="top">
20
    <td width="300" valign="top" align="left">
8 21
	<h2>{HEADING_UPLOAD_FILES}</h2>
9 22
      <form name="upload" action="upload.php" method="post" enctype="multipart/form-data" class="{DISPLAY_UPLOAD}">
10 23
        <table cellpadding="3" cellspacing="0" border="0" width="100%">
......
24 37
        </table>
25 38
        <table cellpadding="3" cellspacing="0" border="0" width="100%">
26 39
          <tr>
27
            <td width="50%" align="left"><input type="file" size="49" name="file1" /> </td>
40
		  	<td valign="top">
41
				<input type="checkbox" name="unzip" id="unzip"  onClick="toggle();" />
42
				<label for="unzip">{TEXT_UNZIP_FILE}</label>
43
				<span id="delzip" style="display: none;"><br />
44
				<input type="checkbox" name="delzip" id="deletezip" />
45
				<label for="deletezip">{TEXT_DELETE_ZIP}</label></span>
46
			</td>
28 47
          </tr>
29 48
          <tr>
30
            <td width="50%" align="left"><input type="file" size="49" name="file2" /> </td>
49
            <td width="50%" align="left"><input type="file" size="33" name="file1" /> </td>
31 50
          </tr>
32 51
          <tr>
33
            <td width="50%" align="left"><input type="file" size="49" name="file3" /> </td>
52
            <td width="50%" align="left"><input type="file" size="33" name="file2" id="file2" style="visibility: visible;" /> </td>
34 53
          </tr>
35 54
          <tr>
36
            <td width="50%" align="left"><input type="file" size="49" name="file4" /> </td>
55
            <td width="50%" align="left"><input type="file" size="33" name="file3" id="file3" style="visibility: visible;" /> </td>
37 56
          </tr>
38 57
          <tr>
39
            <td width="50%" align="left"><input type="file" size="49" name="file5" /> </td>
58
            <td width="50%" align="left"><input type="file" size="33" name="file4" id="file4" style="visibility: visible;" /> </td>
40 59
          </tr>
60
          <tr>
61
            <td width="50%" align="left"><input type="file" size="33" name="file5" id="file5" style="visibility: visible;" /> </td>
62
          </tr>
41 63
		  <tr>
42
            <td width="50%" align="left"><input type="file" size="49" name="file6" /> </td>
64
            <td width="50%" align="left"><input type="file" size="33" name="file6" id="file6" style="visibility: visible;" /> </td>
43 65
          </tr>
44 66
          <tr>
45
            <td width="50%" align="left"><input type="file" size="49" name="file7" /> </td>
67
            <td width="50%" align="left"><input type="file" size="33" name="file7" id="file7" style="visibility: visible;" /> </td>
46 68
          </tr>
47 69
          <tr>
48
            <td width="50%" align="left"><input type="file" size="49" name="file8" /> </td>
70
            <td width="50%" align="left"><input type="file" size="33" name="file8" id="file8" style="visibility: visible;" /> </td>
49 71
          </tr>
72
		  <tr>
73
            <td width="50%" align="left"><input type="file" size="33" name="file9" id="file9" style="visibility: visible;" /> </td>
74
          </tr>
75
          <tr>
76
            <td width="50%" align="left"><input type="file" size="33" name="file10" id="file10" style="visibility: visible;" /> </td>
77
          </tr>
50 78
        </table>
51 79

  
52 80
        <table cellpadding="3" cellspacing="0" border="0" width="100%">
......
63 91
please set the class below to "hide", else to "show".
64 92
<--->
65 93
      <div class="show">
66
	  	<hr>
94
	  <br /><br />
67 95
        <form name="create" action="create.php" method="post" class="{DISPLAY_CREATE}">
68 96
          <h2>{HEADING_CREATE_FOLDER}</h2>
69 97
          <table cellpadding="3" cellspacing="0" border="0" width="100%">
......
94 122
      </div>
95 123
      <!-- END main_block -->
96 124
    </td>
97
    <td width="480" valign="top" align="right">
98
	<h2>{HEADING_BROWSE_MEDIA}</h2>
125
	<td width="10">&nbsp;</td>
126
    <td width="580" valign="top" align="right">
127
	<h2 style="padding-left:3px;">{HEADING_BROWSE_MEDIA}</h2>
99 128
	<span class="{DISPLAY_SETTINGS}" style="margin-bottom:2px;">{OPTIONS}:&nbsp;
100 129
	<a href="setparameter.php" target="browse">{CHANGE_SETTINGS}</a>&nbsp;&nbsp;|&nbsp;
101 130
	<a href="browse.php?dir={CURRENT_DIR}" target="browse">{TEXT_RELOAD}</a>
102 131
	</span>
103
	<iframe name="browse" width="100%" height="500" src="browse.php" scrolling="yes" frameborder="0" style="border:1px solid #333;"></iframe>
132
	<iframe name="browse" width="99%" height="550" src="browse.php" scrolling="yes" frameborder="0" style="border:1px solid #333;"></iframe>
104 133
    </td>
105 134
  </tr>
106 135
</table>

Also available in: Unified diff