Subversion-Projekte lars-tiefland.ci

Revision

Revision 2113 | Revision 2120 | Zur aktuellen Revision | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 2113 Revision 2114
Zeile 1... Zeile 1...
1
<!-- $Id: upload.tpl 8811 2015-06-24 13:42:18Z tiefland $ -->
1
<!-- $Id: upload.tpl 8811 2015-06-24 13:42:18Z tiefland $ BEGIN -->
2
<div id="upload_dlg">
2
<div id="upload_dlg">
3
	<div class="pos">
3
	<div class="pos">
4
		<span class="aktuell">Position:</span> 
4
		<span class="aktuell">Position:</span> 
5
		{if $folder}
5
		{if $folder}
6
			<a class="nav" href="#" data-fname="">TOP</a>
6
			<a class="nav" href="#" data-fname="">TOP</a>
Zeile 71... Zeile 71...
71
				<!-- The table listing the files available for upload/download -->
71
				<!-- The table listing the files available for upload/download -->
72
				<table role="presentation" class="table table-striped clearfix">
72
				<table role="presentation" class="table table-striped clearfix">
73
					<tbody class="files"> </tbody>
73
					<tbody class="files"> </tbody>
74
				</table>
74
				</table>
75
			</form>
75
			</form>
76
			<div class="panel panel-success">
-
 
77
				<div class="panel-heading">
-
 
78
					<h3 class="panel-title">Demo Notes</h3>
-
 
79
				</div>
-
 
80
				<div class="panel-body">
-
 
81
				</div>
-
 
82
			</div>
-
 
83
		</div>
76
		</div>
84
	</div>
77
	</div>
85
	<!-- The blueimp Gallery widget -->
78
	<!-- The blueimp Gallery widget -->
86
	<div id="blueimp-gallery" class="blueimp-gallery blueimp-gallery-controls" data-filter=":even">
79
	<div id="blueimp-gallery" class="blueimp-gallery blueimp-gallery-controls" data-filter=":even">
87
		<div class="slides"> </div>
80
		<div class="slides"> </div>
Zeile 153... Zeile 146...
153
					<span>Cancel</span>
146
					<span>Cancel</span>
154
				</button> {% } %} </td>
147
				</button> {% } %} </td>
155
		</tr> {% } %} 
148
		</tr> {% } %} 
156
		{/literal}
149
		{/literal}
157
		</script>
150
		</script>
158
</div>
-
 
159
151
</div>
-
 
152
<!-- $Id: upload.tpl 8811 2015-06-24 13:42:18Z tiefland $ END -->
-
 
153