Subversion-Projekte lars-tiefland.ci

Revision

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

Revision 2048 Revision 2113
Zeile 31... Zeile 31...
31
		{/if}
31
		{/if}
32
	{/foreach}
32
	{/foreach}
33
	{/if}
33
	{/if}
34
	<div class="row">
34
	<div class="row">
35
		<div class="col-md-12">
35
		<div class="col-md-12">
36
			<div class="m-heading-1 border-green m-bordered">
-
 
37
				<h3>jQuery Validation Plugin</h3>
-
 
38
				<p> File Upload widget with multiple file selection, drag&amp;drop support, progress bars and preview images for jQuery.
-
 
39
					<br> Supports cross-domain, chunked and resumable file uploads and client-side image resizing.
-
 
40
					<br> Works with any server-side platform (PHP, Python, Ruby on Rails, Java, Node.js, Go etc.) that supports standard HTML form file uploads. </p>
-
 
41
				<p> For more info please check out
-
 
42
					<a class="btn red btn-outline" href="https://github.com/blueimp/jQuery-File-Upload" target="_blank">the official documentation</a>
-
 
43
				</p>
-
 
44
			</div>
-
 
45
			<form id="fileupload" action="/backend/assets/global/plugins/jquery-file-upload/server/php/" method="POST" enctype="multipart/form-data">
36
			<form id="fileupload" action="/backend/assets/global/plugins/jquery-file-upload/server/php/" method="POST" enctype="multipart/form-data">
46
				<!-- The fileupload-buttonbar contains buttons to add/delete files and start/cancel the upload -->
37
				<!-- The fileupload-buttonbar contains buttons to add/delete files and start/cancel the upload -->
47
				<div class="row fileupload-buttonbar">
38
				<div class="row fileupload-buttonbar">
48
					<div class="col-lg-7">
39
					<div class="col-lg-7">
49
						<!-- The fileinput-button span is used to style the file input field as button -->
40
						<!-- The fileinput-button span is used to style the file input field as button -->
Zeile 85... Zeile 76...
85
			<div class="panel panel-success">
76
			<div class="panel panel-success">
86
				<div class="panel-heading">
77
				<div class="panel-heading">
87
					<h3 class="panel-title">Demo Notes</h3>
78
					<h3 class="panel-title">Demo Notes</h3>
88
				</div>
79
				</div>
89
				<div class="panel-body">
80
				<div class="panel-body">
90
					<ul>
-
 
91
						<li> Metronic does not include server side demo scripts(php, .net, ruby, etc) since server side part must be revised by a developer(buyer) in terms of secure file uploading according to his project requirements.
-
 
92
							Also This dome does not implement the server side part of the plugin. For server side demos you can refer to the plugin's official documentation above. </li>
-
 
93
					</ul>
-
 
94
				</div>
81
				</div>
95
			</div>
82
			</div>
96
		</div>
83
		</div>
97
	</div>
84
	</div>
98
	<!-- The blueimp Gallery widget -->
85
	<!-- The blueimp Gallery widget -->