Ray's fixes for the file manager
This commit is contained in:
		
							parent
							
								
									26c4d69e07
								
							
						
					
					
						commit
						2a41e90bc1
					
				| 
						 | 
					@ -0,0 +1,14 @@
 | 
				
			||||||
 | 
					body > section {
 | 
				
			||||||
 | 
					  padding: 20px;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					#panel_l {
 | 
				
			||||||
 | 
					  width: 80%;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					#panel_r {
 | 
				
			||||||
 | 
					  width: 18%;
 | 
				
			||||||
 | 
					  padding-left: 2%;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					.nav-pills {
 | 
				
			||||||
 | 
					  margin-bottom: 0;
 | 
				
			||||||
 | 
					  padding: 20px 20px 0;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
| 
						 | 
					@ -1,310 +1,327 @@
 | 
				
			||||||
<style>
 | 
					<style>
 | 
				
			||||||
/* File Upload */
 | 
					  /* File Upload */
 | 
				
			||||||
#upload-panel {
 | 
					  #upload-panel {
 | 
				
			||||||
	clear: both;
 | 
					    clear: both;
 | 
				
			||||||
}
 | 
					  }
 | 
				
			||||||
#upload-panel iframe {
 | 
					  #upload-panel iframe {
 | 
				
			||||||
	width: 100%;
 | 
					    width: 100%;
 | 
				
			||||||
	border: none;
 | 
					    border: none;
 | 
				
			||||||
}
 | 
					  }
 | 
				
			||||||
#fileupload {
 | 
					  #fileupload {
 | 
				
			||||||
	position: relative;
 | 
					    position: relative;
 | 
				
			||||||
	clear: both;
 | 
					    clear: both;
 | 
				
			||||||
	overflow: hidden;
 | 
					    overflow: hidden;
 | 
				
			||||||
	margin: 40px 0 15px;
 | 
					    margin: 0 0 20px;
 | 
				
			||||||
	height: 254px;
 | 
					    height: 254px;
 | 
				
			||||||
	border: 1px solid #d4d4d4;
 | 
					    border: 1px solid #d4d4d4;
 | 
				
			||||||
	border-radius: 4px;
 | 
					    border-radius: 4px;
 | 
				
			||||||
	background-color: #FDFDFD;
 | 
					    background-color: #FDFDFD;
 | 
				
			||||||
	/*-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .15) inset;
 | 
					    /*-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .15) inset;
 | 
				
			||||||
			box-shadow: 0px 0px 10px rgba(0, 0, 0, .15) inset;*/
 | 
					        box-shadow: 0px 0px 10px rgba(0, 0, 0, .15) inset;*/
 | 
				
			||||||
}
 | 
					  }
 | 
				
			||||||
#fileupload table {
 | 
					  #fileupload table {
 | 
				
			||||||
	margin: 0;
 | 
					    margin: 0;
 | 
				
			||||||
}
 | 
					  }
 | 
				
			||||||
#fileupload .fileupload-buttonbar .navbar {
 | 
					  #fileupload .fileupload-buttonbar .navbar {
 | 
				
			||||||
	margin-bottom: 0;
 | 
					    margin-bottom: 0;
 | 
				
			||||||
}
 | 
					  }
 | 
				
			||||||
#fileupload .fileupload-buttonbar .navbar .add-photo {
 | 
					  #fileupload .fileupload-buttonbar .navbar .add-photo {
 | 
				
			||||||
	border: none;
 | 
					    border: none;
 | 
				
			||||||
	border-right: 1px solid #d4d4d4;
 | 
					    border-right: 1px solid #d4d4d4;
 | 
				
			||||||
	background-color: transparent;
 | 
					    background-color: transparent;
 | 
				
			||||||
	padding: 10px 15px 10px;
 | 
					    padding: 10px 15px 10px;
 | 
				
			||||||
	color: #777777;
 | 
					    color: #777777;
 | 
				
			||||||
	text-decoration: none;
 | 
					    text-decoration: none;
 | 
				
			||||||
	text-shadow: 0 1px 0 #ffffff;
 | 
					    text-shadow: 0 1px 0 #ffffff;
 | 
				
			||||||
}
 | 
					  }
 | 
				
			||||||
#fileupload .fileupload-buttonbar .navbar .add-photo:hover {
 | 
					  #fileupload .fileupload-buttonbar .navbar .add-photo:hover {
 | 
				
			||||||
	color: #333333;
 | 
					    color: #333333;
 | 
				
			||||||
	text-decoration: none;
 | 
					    text-decoration: none;
 | 
				
			||||||
	background-color: #EDEDED;
 | 
					    background-color: #EDEDED;
 | 
				
			||||||
}
 | 
					  }
 | 
				
			||||||
#fileupload .fileupload-buttonbar .navbar .fileinput-button {
 | 
					  #fileupload .fileupload-buttonbar .navbar .fileinput-button {
 | 
				
			||||||
	position: relative;
 | 
					    position: relative;
 | 
				
			||||||
	overflow: hidden;
 | 
					    overflow: hidden;
 | 
				
			||||||
}
 | 
					  }
 | 
				
			||||||
#fileupload .fileupload-buttonbar .navbar .fileinput-button input {
 | 
					  #fileupload .fileupload-buttonbar .navbar .fileinput-button input {
 | 
				
			||||||
	position: absolute;
 | 
					    position: absolute;
 | 
				
			||||||
	top: 0;
 | 
					    top: 0;
 | 
				
			||||||
	right: 0;
 | 
					    right: 0;
 | 
				
			||||||
	margin: 0;
 | 
					    margin: 0;
 | 
				
			||||||
	font-size: 23px;
 | 
					    font-size: 23px;
 | 
				
			||||||
	opacity: 0;
 | 
					    opacity: 0;
 | 
				
			||||||
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
 | 
					    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
 | 
				
			||||||
	filter: alpha(opacity=0);
 | 
					    filter: alpha(opacity=0);
 | 
				
			||||||
	cursor: pointer;
 | 
					    cursor: pointer;
 | 
				
			||||||
	-webkit-transform: translate(-300px, 0) scale(4);
 | 
					    -webkit-transform: translate(-300px, 0) scale(4);
 | 
				
			||||||
	   -moz-transform: translate(-300px, 0) scale(4);
 | 
					       -moz-transform: translate(-300px, 0) scale(4);
 | 
				
			||||||
		-ms-transform: translate(-300px, 0) scale(4);
 | 
					      -ms-transform: translate(-300px, 0) scale(4);
 | 
				
			||||||
		 -o-transform: translate(-300px, 0) scale(4);
 | 
					       -o-transform: translate(-300px, 0) scale(4);
 | 
				
			||||||
			transform: translate(-300px, 0) scale(4);
 | 
					        transform: translate(-300px, 0) scale(4);
 | 
				
			||||||
	direction: ltr;
 | 
					    direction: ltr;
 | 
				
			||||||
}
 | 
					  }
 | 
				
			||||||
#fileupload .fileupload-buttonbar .navbar-inner {
 | 
					  #fileupload .fileupload-buttonbar .navbar-inner {
 | 
				
			||||||
	border-width: 0 0 1px;
 | 
					    border-width: 0 0 1px;
 | 
				
			||||||
	border-radius: 4px 4px 0 0;
 | 
					    border-radius: 4px 4px 0 0;
 | 
				
			||||||
	padding: 0;
 | 
					    padding: 0;
 | 
				
			||||||
}
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#fileupload .fileupload-progress .progress {
 | 
					  #fileupload .fileupload-progress .progress {
 | 
				
			||||||
	position: absolute;
 | 
					    position: absolute;
 | 
				
			||||||
	right: 0;
 | 
					    right: 0;
 | 
				
			||||||
	left: 0;
 | 
					    left: 0;
 | 
				
			||||||
	margin-bottom: 0;
 | 
					    margin-bottom: 0;
 | 
				
			||||||
	height: 5px;
 | 
					    height: 5px;
 | 
				
			||||||
	border-radius: 0;
 | 
					    border-radius: 0;
 | 
				
			||||||
	background-color: transparent;
 | 
					    background-color: transparent;
 | 
				
			||||||
	background-image: none;
 | 
					    background-image: none;
 | 
				
			||||||
}
 | 
					  }
 | 
				
			||||||
#fileupload .fileupload-progress .progress-success.progress-striped .bar {
 | 
					  #fileupload .fileupload-progress .progress-success.progress-striped .bar {
 | 
				
			||||||
	background-color: #0088CC;
 | 
					    background-color: #0088CC;
 | 
				
			||||||
}
 | 
					  }
 | 
				
			||||||
#fileupload .fileupload-progress .progress-extended {
 | 
					  #fileupload .fileupload-progress .progress-extended {
 | 
				
			||||||
	position: absolute;
 | 
					    position: absolute;
 | 
				
			||||||
	top: 1px;
 | 
					    top: 1px;
 | 
				
			||||||
	right: 0;
 | 
					    right: 0;
 | 
				
			||||||
	padding-right: 15px;
 | 
					    padding-right: 15px;
 | 
				
			||||||
	color: #0088CC;
 | 
					    color: #0088CC;
 | 
				
			||||||
	text-align: right;
 | 
					    text-align: right;
 | 
				
			||||||
	text-shadow: 0 1px 0 #ffffff;
 | 
					    text-shadow: 0 1px 0 #ffffff;
 | 
				
			||||||
	letter-spacing: -0.1em;
 | 
					    letter-spacing: -0.1em;
 | 
				
			||||||
	font-size: 12px;
 | 
					    font-size: 12px;
 | 
				
			||||||
	font-family: 'Varela Round', sans-serif;
 | 
					    font-family: 'Varela Round', sans-serif;
 | 
				
			||||||
	line-height: 40px;
 | 
					    line-height: 40px;
 | 
				
			||||||
}
 | 
					  }
 | 
				
			||||||
#fileupload .fileupload-buttonbar {
 | 
					  #fileupload .fileupload-buttonbar {
 | 
				
			||||||
	position: relative;
 | 
					    position: relative;
 | 
				
			||||||
	z-index: 3;
 | 
					    z-index: 3;
 | 
				
			||||||
}
 | 
					  }
 | 
				
			||||||
#fileupload #dropzone {
 | 
					  #fileupload #dropzone {
 | 
				
			||||||
	margin: 15px 10px 10px;
 | 
					    margin: 15px 10px 10px;
 | 
				
			||||||
	padding: 30px;
 | 
					    padding: 30px;
 | 
				
			||||||
	text-align: center;
 | 
					    text-align: center;
 | 
				
			||||||
	font-size: 2em;
 | 
					    font-size: 2em;
 | 
				
			||||||
	font-family: 'Raleway';
 | 
					    font-family: 'Raleway';
 | 
				
			||||||
	line-height: 1.2em;
 | 
					    line-height: 1.2em;
 | 
				
			||||||
	color: #e4e4e4;
 | 
					    color: #e4e4e4;
 | 
				
			||||||
}
 | 
					  }
 | 
				
			||||||
#fileupload #dropzone div[data-icons] {
 | 
					  #fileupload #dropzone div[data-icons] {
 | 
				
			||||||
	font-size: 4em;
 | 
					    font-size: 4em;
 | 
				
			||||||
	height: 70px;
 | 
					    height: 70px;
 | 
				
			||||||
	padding-top: 30px;
 | 
					    padding-top: 30px;
 | 
				
			||||||
	text-shadow: 0px -1px 0px #ececec;
 | 
					    text-shadow: 0px -1px 0px #ececec;
 | 
				
			||||||
	color: #f5f5f5;
 | 
					    color: #f5f5f5;
 | 
				
			||||||
}
 | 
					  }
 | 
				
			||||||
#fileupload #dropzone.drop {
 | 
					  #fileupload #dropzone.drop {
 | 
				
			||||||
	position: absolute;
 | 
					    position: absolute;
 | 
				
			||||||
	top: 37px;
 | 
					    top: 37px;
 | 
				
			||||||
	left: 0;
 | 
					    left: 0;
 | 
				
			||||||
	right: 0;
 | 
					    right: 0;
 | 
				
			||||||
	bottom: 0;
 | 
					    bottom: 0;
 | 
				
			||||||
	border: 2px dashed #0088CC;
 | 
					    border: 2px dashed #0088CC;
 | 
				
			||||||
	border-radius: 10px;
 | 
					    border-radius: 10px;
 | 
				
			||||||
	color: #0088CC;
 | 
					    color: #0088CC;
 | 
				
			||||||
	background-color: #FFFFFF;
 | 
					    background-color: #FFFFFF;
 | 
				
			||||||
	z-index: 0;
 | 
					    z-index: 0;
 | 
				
			||||||
}
 | 
					  }
 | 
				
			||||||
#fileupload #dropzone.fade {
 | 
					  #fileupload #dropzone.fade {
 | 
				
			||||||
	opacity: .3;
 | 
					    opacity: .3;
 | 
				
			||||||
}
 | 
					  }
 | 
				
			||||||
#fileupload #dropzone.in {
 | 
					  #fileupload #dropzone.in {
 | 
				
			||||||
	opacity: .7;
 | 
					    opacity: .7;
 | 
				
			||||||
	z-index: 2;
 | 
					    z-index: 2;
 | 
				
			||||||
	border-color: #faa732;
 | 
					    border-color: #faa732;
 | 
				
			||||||
	color: #faa732;
 | 
					    color: #faa732;
 | 
				
			||||||
}
 | 
					  }
 | 
				
			||||||
#fileupload #dropzone.drop div[data-icons] {
 | 
					  #fileupload #dropzone.drop div[data-icons] {
 | 
				
			||||||
	text-shadow: 0px -1px 0px #0c5f80;
 | 
					    text-shadow: 0px -1px 0px #0c5f80;
 | 
				
			||||||
	color: #0088CC;
 | 
					    color: #0088CC;
 | 
				
			||||||
}
 | 
					  }
 | 
				
			||||||
#fileupload #dropzone.in div[data-icons] {
 | 
					  #fileupload #dropzone.in div[data-icons] {
 | 
				
			||||||
	text-shadow: 0px -1px 0px #a28a10;
 | 
					    text-shadow: 0px -1px 0px #a28a10;
 | 
				
			||||||
	color: #faa732;
 | 
					    color: #faa732;
 | 
				
			||||||
}
 | 
					  }
 | 
				
			||||||
#fileupload #file-list {
 | 
					  #fileupload #file-list {
 | 
				
			||||||
	position: relative;
 | 
					    position: relative;
 | 
				
			||||||
	z-index: 1;
 | 
					    z-index: 1;
 | 
				
			||||||
	height: 209px;
 | 
					    height: 209px;
 | 
				
			||||||
	margin: 2px 0;
 | 
					    margin: 2px 0;
 | 
				
			||||||
}
 | 
					  }
 | 
				
			||||||
#fileupload #file-list .pane {
 | 
					  #fileupload #file-list .pane {
 | 
				
			||||||
	margin-right: 2px;
 | 
					    margin-right: 2px;
 | 
				
			||||||
}
 | 
					  }
 | 
				
			||||||
#fileupload #file-list .files {
 | 
					  #fileupload #file-list .files {
 | 
				
			||||||
	margin: 0;
 | 
					    margin: 0;
 | 
				
			||||||
	padding: 10px 14px 10px 10px;
 | 
					    padding: 10px 14px 10px 10px;
 | 
				
			||||||
	list-style: none;
 | 
					    list-style: none;
 | 
				
			||||||
}
 | 
					  }
 | 
				
			||||||
#fileupload #file-list .files > li {
 | 
					  #fileupload #file-list .files > li {
 | 
				
			||||||
	padding: 10px;
 | 
					    padding: 10px;
 | 
				
			||||||
}
 | 
					  }
 | 
				
			||||||
#fileupload #file-list .files > li:nth-child(even) {
 | 
					  #fileupload #file-list .files > li:nth-child(even) {
 | 
				
			||||||
	background-color: #e9e9e9;
 | 
					    background-color: #e9e9e9;
 | 
				
			||||||
	border-radius: 3px;
 | 
					    border-radius: 3px;
 | 
				
			||||||
}
 | 
					  }
 | 
				
			||||||
#fileupload #file-list .files ul {
 | 
					  #fileupload #file-list .files ul {
 | 
				
			||||||
	position: relative;
 | 
					    position: relative;
 | 
				
			||||||
	margin: 0;
 | 
					    margin: 0;
 | 
				
			||||||
	padding: 0;
 | 
					    padding: 0;
 | 
				
			||||||
	list-style: none;
 | 
					    list-style: none;
 | 
				
			||||||
}
 | 
					  }
 | 
				
			||||||
#fileupload #file-list .files ul li {
 | 
					  #fileupload #file-list .files ul li {
 | 
				
			||||||
	float: left;
 | 
					    float: left;
 | 
				
			||||||
}
 | 
					  }
 | 
				
			||||||
#fileupload #file-list .files ul li.action-bnt {
 | 
					  #fileupload #file-list .files ul li.action-bnt {
 | 
				
			||||||
	float: right;
 | 
					    float: right;
 | 
				
			||||||
}
 | 
					  }
 | 
				
			||||||
#fileupload #file-list .preview {
 | 
					  #fileupload #file-list .preview {
 | 
				
			||||||
	width: 80px;
 | 
					    width: 80px;
 | 
				
			||||||
	min-height: 1px;
 | 
					    min-height: 1px;
 | 
				
			||||||
	margin-right: 10px;
 | 
					    margin-right: 10px;
 | 
				
			||||||
	text-align: center;
 | 
					    text-align: center;
 | 
				
			||||||
}
 | 
					  }
 | 
				
			||||||
#fileupload #file-list .name {
 | 
					  #fileupload #file-list .name {
 | 
				
			||||||
	width: 150px;
 | 
					    width: 150px;
 | 
				
			||||||
	max-width: 250px;
 | 
					    max-width: 250px;
 | 
				
			||||||
	margin-left: 15px;
 | 
					    margin-left: 15px;
 | 
				
			||||||
}
 | 
					  }
 | 
				
			||||||
#fileupload #file-list .progress {
 | 
					  #fileupload #file-list .progress {
 | 
				
			||||||
	position: absolute;
 | 
					    position: absolute;
 | 
				
			||||||
	left: -5px;
 | 
					    left: -5px;
 | 
				
			||||||
	right: -5px;
 | 
					    right: -5px;
 | 
				
			||||||
	bottom: -5px;
 | 
					    bottom: -5px;
 | 
				
			||||||
	margin-bottom: 0;
 | 
					    margin-bottom: 0;
 | 
				
			||||||
	height: 5px;
 | 
					    height: 5px;
 | 
				
			||||||
	box-shadow: none;
 | 
					    box-shadow: none;
 | 
				
			||||||
	background-color: transparent;
 | 
					    background-color: transparent;
 | 
				
			||||||
	background-image: none;
 | 
					    background-image: none;
 | 
				
			||||||
}
 | 
					  }
 | 
				
			||||||
#fileupload #file-list .size {
 | 
					  #fileupload #file-list .size {
 | 
				
			||||||
	width: 80px;
 | 
					    width: 80px;
 | 
				
			||||||
}
 | 
					  }
 | 
				
			||||||
#fileupload #file-list .action-bnt {
 | 
					  #fileupload #file-list .action-bnt {
 | 
				
			||||||
	text-align: right;
 | 
					    text-align: right;
 | 
				
			||||||
}
 | 
					  }
 | 
				
			||||||
</style>
 | 
					</style>
 | 
				
			||||||
<ul class="nav nav-tabs  module-nav">
 | 
					<%= stylesheet_link_tag "lib/filemanager"%>
 | 
				
			||||||
  <li class="active">
 | 
					<%= stylesheet_link_tag "lib/main-forms"%>
 | 
				
			||||||
    <a href="#filemanager" data-toggle="tab">File Manager</a>
 | 
					<div class="form-horizontal main-forms">
 | 
				
			||||||
  </li>
 | 
					  <fieldset>
 | 
				
			||||||
  <li><a href="#upload" data-toggle="tab">Upload</a></li>
 | 
					    <ul class="nav nav-pills">
 | 
				
			||||||
</ul>
 | 
					      <li class="active"><a href="#filemanager" data-toggle="tab">File Manager</a></li>
 | 
				
			||||||
<div class="tab-pane fade in active" id="filemanager">
 | 
					      <li><a href="#upload" data-toggle="tab">Upload</a></li>
 | 
				
			||||||
	<a href="<%= admin_module_tags_path(:module_app_id => @module_app_id.to_s) %>"> Tag Management </a>
 | 
					    </ul>
 | 
				
			||||||
	<div id="panel_l" style="width:200px;float:left;margin:5px 5px 5px 5px;">
 | 
					    <div class="tab-content">
 | 
				
			||||||
		preview is here
 | 
					      <div class="tab-pane fade in active" id="filemanager">
 | 
				
			||||||
	</div>
 | 
					        <div class="input-area clearfix">
 | 
				
			||||||
	<div id="panel_r" class="tab-pane fade in active" style="width: 1200px;" >
 | 
					          <!-- <a href="<%= admin_module_tags_path(:module_app_id => @module_app_id.to_s) %>"> Tag Management </a> -->
 | 
				
			||||||
		<table id="asset_sort_list" class="table main-list">
 | 
					          <div id="panel_r" class="pull-right">
 | 
				
			||||||
			<thead>
 | 
					            preview is here
 | 
				
			||||||
				<tr>
 | 
					          </div>
 | 
				
			||||||
			      <th class="span1"></th>
 | 
					          <div id="panel_l" class="tab-pane fade in active pull-left">
 | 
				
			||||||
			      <th class="span4">Name</th>
 | 
					            <table id="asset_sort_list" class="table main-list">
 | 
				
			||||||
			      <th class="span1-2">Size</th>
 | 
					              <thead>
 | 
				
			||||||
			      <th class="span1-2">Description</th>
 | 
					                <tr>
 | 
				
			||||||
			      <th class="span2">Tags</th>
 | 
					                    <th></th>
 | 
				
			||||||
			      <th class="span1">Action</th>
 | 
					                    <th>Name</th>
 | 
				
			||||||
				</tr>
 | 
					                    <th>Size</th>
 | 
				
			||||||
			</thead>
 | 
					                    <th>Description</th>
 | 
				
			||||||
			<tbody id="tbody_assets" class="sort-holder">
 | 
					                    <th>Tags</th>
 | 
				
			||||||
				<%= render :partial => 'asset', :collection => @assets %>
 | 
					                    <th>Action</th>
 | 
				
			||||||
			</tbody>
 | 
					                </tr>
 | 
				
			||||||
		</table>
 | 
					              </thead>
 | 
				
			||||||
	</div>
 | 
					              <tbody id="tbody_assets" class="sort-holder">
 | 
				
			||||||
	<div class="form-actions form-fixed pagination-right">
 | 
					                <%= render :partial => 'asset', :collection => @assets %>
 | 
				
			||||||
		<button class="btn btn-primary" id="insert_btn" style="display:none;">Insert</button>
 | 
					              </tbody>
 | 
				
			||||||
		<button class="btn btn-primary" id="delete_btn" style="display:none;">Delete</button>
 | 
					            </table>
 | 
				
			||||||
		<div id="asset_pagination" class="paginationFixed">
 | 
					            <div class="pagination pagination-centered">
 | 
				
			||||||
			<%= paginate @assets, :params => {:direction => params[:direction], :sort => params[:sort], :filter => @filter, :new_filter => nil, :sort_options => params[:sort_options]}, :remote => true %>
 | 
					              <ul>
 | 
				
			||||||
		</div>
 | 
					                <li><a href="#">«</a></li>
 | 
				
			||||||
	</div>
 | 
					                <li><a href="#">1</a></li>
 | 
				
			||||||
</div>
 | 
					                <li><a href="#">2</a></li>
 | 
				
			||||||
<div class="tab-pane fade" id="upload">
 | 
					                <li><a href="#">3</a></li>
 | 
				
			||||||
	 <form action="<%= file_upload_admin_assets_path %>", id='fileupload'>
 | 
					                <li><a href="#">4</a></li>
 | 
				
			||||||
    <!-- Redirect browsers with JavaScript disabled to the origin page -->
 | 
					                <li><a href="#">5</a></li>
 | 
				
			||||||
    <!-- The fileupload-buttonbar contains buttons to add/delete files and start/cancel the upload -->
 | 
					                <li><a href="#">»</a></li>
 | 
				
			||||||
    <div class="fileupload-buttonbar">
 | 
					              </ul>
 | 
				
			||||||
      <div class="navbar">
 | 
					            </div>
 | 
				
			||||||
        <div class="navbar-inner">
 | 
					          </div>
 | 
				
			||||||
          <ul class="nav">
 | 
					        </div>
 | 
				
			||||||
            <li>
 | 
					        <div class="form-actions form-fixed pagination-right">
 | 
				
			||||||
              <div class="fileinput-button add-photo">
 | 
					          <button class="btn btn-primary" id="insert_btn" style="display:none;">Insert</button>
 | 
				
			||||||
                <i class="icon-plus icon-white"></i>
 | 
					          <button class="btn btn-primary" id="delete_btn" style="display:none;">Delete</button>
 | 
				
			||||||
                <span>Add files...</span>
 | 
					          <div id="asset_pagination" class="paginationFixed">
 | 
				
			||||||
                <input type="file" name="files[]" multiple>
 | 
					            <%= paginate @assets, :params => {:direction => params[:direction], :sort => params[:sort], :filter => @filter, :new_filter => nil, :sort_options => params[:sort_options]}, :remote => true %>
 | 
				
			||||||
              </div>
 | 
					          </div>
 | 
				
			||||||
            </li>
 | 
					 | 
				
			||||||
            <li>
 | 
					 | 
				
			||||||
              <button type="submit" class="start add-photo">
 | 
					 | 
				
			||||||
                <i class="icon-upload icon-white"></i>
 | 
					 | 
				
			||||||
                <span>Start upload</span>
 | 
					 | 
				
			||||||
              </button>
 | 
					 | 
				
			||||||
            </li>
 | 
					 | 
				
			||||||
            <li>
 | 
					 | 
				
			||||||
              <button type="reset" class="cancel add-photo">
 | 
					 | 
				
			||||||
                <i class="icon-ban-circle icon-white"></i>
 | 
					 | 
				
			||||||
                <span>Cancel upload</span>
 | 
					 | 
				
			||||||
              </button>
 | 
					 | 
				
			||||||
            </li>
 | 
					 | 
				
			||||||
            <!-- <li>
 | 
					 | 
				
			||||||
              <button type="button" class="delete">
 | 
					 | 
				
			||||||
                <i class="icons-trash icon-white"></i>
 | 
					 | 
				
			||||||
                <span>Delete</span>
 | 
					 | 
				
			||||||
              </button>
 | 
					 | 
				
			||||||
            </li> -->
 | 
					 | 
				
			||||||
          </ul>
 | 
					 | 
				
			||||||
        </div>
 | 
					        </div>
 | 
				
			||||||
      </div>
 | 
					      </div>
 | 
				
			||||||
      <!-- The global progress information -->
 | 
					      <div class="tab-pane fade" id="upload">
 | 
				
			||||||
      <div class="fileupload-progress">
 | 
					        <div class="input-area">
 | 
				
			||||||
          <!-- The global progress bar -->
 | 
					          <form action="<%= file_upload_admin_assets_path %>", id='fileupload'>
 | 
				
			||||||
          <div class="progress progress-success progress-striped active" role="progressbar" aria-valuemin="0" aria-valuemax="100">
 | 
					            <!-- Redirect browsers with JavaScript disabled to the origin page -->
 | 
				
			||||||
              <div class="bar" style="width:0%;"></div>
 | 
					            <!-- The fileupload-buttonbar contains buttons to add/delete files and start/cancel the upload -->
 | 
				
			||||||
          </div>
 | 
					            <div class="fileupload-buttonbar">
 | 
				
			||||||
          <!-- The extended global progress information -->
 | 
					              <div class="navbar">
 | 
				
			||||||
          <div class="progress-extended"></div>
 | 
					                <div class="navbar-inner">
 | 
				
			||||||
 | 
					                  <ul class="nav">
 | 
				
			||||||
 | 
					                    <li>
 | 
				
			||||||
 | 
					                      <div class="fileinput-button add-photo">
 | 
				
			||||||
 | 
					                        <i class="icon-plus icon-white"></i>
 | 
				
			||||||
 | 
					                        <span>Add files...</span>
 | 
				
			||||||
 | 
					                        <input type="file" name="files[]" multiple>
 | 
				
			||||||
 | 
					                      </div>
 | 
				
			||||||
 | 
					                    </li>
 | 
				
			||||||
 | 
					                    <li>
 | 
				
			||||||
 | 
					                      <button type="submit" class="start add-photo">
 | 
				
			||||||
 | 
					                        <i class="icon-upload icon-white"></i>
 | 
				
			||||||
 | 
					                        <span>Start upload</span>
 | 
				
			||||||
 | 
					                      </button>
 | 
				
			||||||
 | 
					                    </li>
 | 
				
			||||||
 | 
					                    <li>
 | 
				
			||||||
 | 
					                      <button type="reset" class="cancel add-photo">
 | 
				
			||||||
 | 
					                        <i class="icon-ban-circle icon-white"></i>
 | 
				
			||||||
 | 
					                        <span>Cancel upload</span>
 | 
				
			||||||
 | 
					                      </button>
 | 
				
			||||||
 | 
					                    </li>
 | 
				
			||||||
 | 
					                    <!-- <li>
 | 
				
			||||||
 | 
					                    <button type="button" class="delete">
 | 
				
			||||||
 | 
					                      <i class="icons-trash icon-white"></i>
 | 
				
			||||||
 | 
					                      <span>Delete</span>
 | 
				
			||||||
 | 
					                      </button>
 | 
				
			||||||
 | 
					                    </li> -->
 | 
				
			||||||
 | 
					                  </ul>
 | 
				
			||||||
 | 
					                </div>
 | 
				
			||||||
 | 
					              </div>
 | 
				
			||||||
 | 
					              <!-- The global progress information -->
 | 
				
			||||||
 | 
					              <div class="fileupload-progress">
 | 
				
			||||||
 | 
					                <!-- The global progress bar -->
 | 
				
			||||||
 | 
					                <div class="progress progress-success progress-striped active" role="progressbar" aria-valuemin="0" aria-valuemax="100">
 | 
				
			||||||
 | 
					                  <div class="bar" style="width:0%;"></div>
 | 
				
			||||||
 | 
					                </div>
 | 
				
			||||||
 | 
					                <!-- The extended global progress information -->
 | 
				
			||||||
 | 
					                <div class="progress-extended"></div>
 | 
				
			||||||
 | 
					              </div>
 | 
				
			||||||
 | 
					            </div>
 | 
				
			||||||
 | 
					            <!-- Drop Zone -->
 | 
				
			||||||
 | 
					            <div id="dropzone" class="drop">
 | 
				
			||||||
 | 
					              <div data-icons=""></div>
 | 
				
			||||||
 | 
					              Drop files here
 | 
				
			||||||
 | 
					            </div>
 | 
				
			||||||
 | 
					            <!-- The loading indicator is shown during file processing -->
 | 
				
			||||||
 | 
					            <div class="fileupload-loading"></div>
 | 
				
			||||||
 | 
					            <!-- The table listing the files available for upload/download -->
 | 
				
			||||||
 | 
					            <div id="file-list" class="nano">
 | 
				
			||||||
 | 
					              <div class="content">
 | 
				
			||||||
 | 
					                <ul role="presentation" class="files clearfix">
 | 
				
			||||||
 | 
					                </ul>
 | 
				
			||||||
 | 
					              </div>
 | 
				
			||||||
 | 
					            </div>
 | 
				
			||||||
 | 
					          </form>
 | 
				
			||||||
 | 
					        </div>
 | 
				
			||||||
      </div>
 | 
					      </div>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
    <!-- Drop Zone -->
 | 
					    <div id="editform" class="modal hide fade"></div>
 | 
				
			||||||
    <div id="dropzone" class="drop">
 | 
					  </fieldset>
 | 
				
			||||||
      <div data-icons=""></div>
 | 
					 | 
				
			||||||
      Drop files here
 | 
					 | 
				
			||||||
    </div>
 | 
					 | 
				
			||||||
    <!-- The loading indicator is shown during file processing -->
 | 
					 | 
				
			||||||
    <div class="fileupload-loading"></div>
 | 
					 | 
				
			||||||
    <!-- The table listing the files available for upload/download -->
 | 
					 | 
				
			||||||
    <div id="file-list" class="nano">
 | 
					 | 
				
			||||||
      <div class="content">
 | 
					 | 
				
			||||||
        <ul role="presentation" class="files clearfix">
 | 
					 | 
				
			||||||
        </ul>
 | 
					 | 
				
			||||||
      </div>
 | 
					 | 
				
			||||||
    </div>
 | 
					 | 
				
			||||||
  </form>
 | 
					 | 
				
			||||||
</div>
 | 
					 | 
				
			||||||
<div id="editform" class="modal hide fade">
 | 
					 | 
				
			||||||
  
 | 
					 | 
				
			||||||
   
 | 
					 | 
				
			||||||
  
 | 
					 | 
				
			||||||
</div>
 | 
					</div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<% content_for :page_specific_javascript do %>
 | 
					<% content_for :page_specific_javascript do %>
 | 
				
			||||||
| 
						 | 
					@ -321,62 +338,62 @@
 | 
				
			||||||
<% end %>
 | 
					<% end %>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<script id="template-upload" type="text/x-tmpl">
 | 
					<script id="template-upload" type="text/x-tmpl">
 | 
				
			||||||
    {% for (var i=0, file; file=o.files[i]; i++) { %}
 | 
					  {% for (var i=0, file; file=o.files[i]; i++) { %}
 | 
				
			||||||
      <li class="template-upload fade">
 | 
					    <li class="template-upload fade">
 | 
				
			||||||
        <ul class="clearfix">
 | 
					      <ul class="clearfix">
 | 
				
			||||||
            <li class="action-bnt">
 | 
					              <li class="action-bnt">
 | 
				
			||||||
              {% if (o.files.valid && !i) { %}
 | 
					                {% if (o.files.valid && !i) { %}
 | 
				
			||||||
                <div class="progress progress-success progress-striped active" role="progressbar" aria-valuemin="0" aria-valuemax="100" aria-valuenow="0">
 | 
					                  <div class="progress progress-success progress-striped active" role="progressbar" aria-valuemin="0" aria-valuemax="100" aria-valuenow="0">
 | 
				
			||||||
                  <div class="bar" style="width:0%;"></div>
 | 
					                    <div class="bar" style="width:0%;"></div>
 | 
				
			||||||
                </div>
 | 
					                  </div>
 | 
				
			||||||
                {% if (!o.options.autoUpload) { %}
 | 
					                  {% if (!o.options.autoUpload) { %}
 | 
				
			||||||
                  <button class="btn btn-primary start">
 | 
					                    <button class="btn btn-primary start">
 | 
				
			||||||
                    <i class="icon-upload icon-white"></i>
 | 
					                      <i class="icon-upload icon-white"></i>
 | 
				
			||||||
                  </button>
 | 
					                    </button>
 | 
				
			||||||
                {% } %}
 | 
					                  {% } %}
 | 
				
			||||||
              {% } %}
 | 
					              {% } %}
 | 
				
			||||||
              {% if (!i) { %}
 | 
					              {% if (!i) { %}
 | 
				
			||||||
                <button class="btn btn-warning cancel">
 | 
					                <button class="btn btn-warning cancel">
 | 
				
			||||||
                  <i class="icon-ban-circle icon-white"></i>
 | 
					                  <i class="icon-ban-circle icon-white"></i>
 | 
				
			||||||
                </button>
 | 
					                    </button>
 | 
				
			||||||
              {% } %}
 | 
					                {% } %}
 | 
				
			||||||
            </li>
 | 
					              </li>
 | 
				
			||||||
            <li class="preview pull-left"><span class="fade"></span></li>
 | 
					              <li class="preview pull-left"><span class="fade"></span></li>
 | 
				
			||||||
            <li class="name-size">
 | 
					              <li class="name-size">
 | 
				
			||||||
              <p>{%=file.name%}</p>
 | 
					                  <p>{%=file.name%}</p>
 | 
				
			||||||
              {% if (file.error) { %}
 | 
					                  {% if (file.error) { %}
 | 
				
			||||||
                <p class="error"><span class="label label-important">Error</span> {%=file.error%}</p>
 | 
					                    <p class="error"><span class="label label-important">Error</span> {%=file.error%}</p>
 | 
				
			||||||
              {% } else if (o.files.valid && !i) { %}
 | 
					                  {% } else if (o.files.valid && !i) { %}
 | 
				
			||||||
                <p class="label label-info">{%=o.formatFileSize(file.size)%}</p>
 | 
					                    <p class="label label-info">{%=o.formatFileSize(file.size)%}</p>
 | 
				
			||||||
              {% } %}
 | 
					                  {% } %}
 | 
				
			||||||
            </li>
 | 
					              </li>
 | 
				
			||||||
          </ul>
 | 
					            </ul>
 | 
				
			||||||
      </li>
 | 
					        </li>
 | 
				
			||||||
    {% } %}
 | 
					    {% } %}
 | 
				
			||||||
  </script>
 | 
					</script>
 | 
				
			||||||
  <!-- The template to display files available for download -->
 | 
					<!-- The template to display files available for download -->
 | 
				
			||||||
<script id="template-download" type="text/x-tmpl">
 | 
					<script id="template-download" type="text/x-tmpl">
 | 
				
			||||||
  {% for (var i=0, file; file=o.files[i]; i++) { %}
 | 
					  {% for (var i=0, file; file=o.files[i]; i++) { %}
 | 
				
			||||||
    <li class="template-download fade">
 | 
					    <li class="template-download fade">
 | 
				
			||||||
      <ul class="clearfix">
 | 
					          <ul class="clearfix">
 | 
				
			||||||
        {% if (file.error) { %}
 | 
					            {% if (file.error) { %}
 | 
				
			||||||
          <li class="name-size">
 | 
					                <li class="name-size">
 | 
				
			||||||
            <p>{%=file.name%}</p>
 | 
					                  <p>{%=file.name%}</p>
 | 
				
			||||||
            <p class="error"><span class="label label-important">Error</span> {%=file.error%}</p>
 | 
					                  <p class="error"><span class="label label-important">Error</span> {%=file.error%}</p>
 | 
				
			||||||
          </li>
 | 
					                </li>
 | 
				
			||||||
        {% } else { %}
 | 
					            {% } else { %}
 | 
				
			||||||
          <li class="preview">
 | 
					                <li class="preview">
 | 
				
			||||||
            {% if (file.thumbnail_url) { %}
 | 
					                  {% if (file.thumbnail_url) { %}
 | 
				
			||||||
              <a href="{%=file.url%}" title="{%=file.name%}" data-gallery="gallery" download="{%=file.name%}"><img src="{%=file.thumbnail_url%}"></a>
 | 
					                      <a href="{%=file.url%}" title="{%=file.name%}" data-gallery="gallery" download="{%=file.name%}"><img src="{%=file.thumbnail_url%}"></a>
 | 
				
			||||||
 | 
					                  {% } %}
 | 
				
			||||||
 | 
					                </li>
 | 
				
			||||||
 | 
					                <li class="name-size">
 | 
				
			||||||
 | 
					                  <p><a href="{%=file.url%}" title="{%=file.name%}" data-gallery="{%=file.thumbnail_url&&'gallery'%}" download="{%=file.name%}">{%=file.name%}</a></p>
 | 
				
			||||||
 | 
					                  <p ><span class="label label-success">Success</span> File uploaded successfully!</p>
 | 
				
			||||||
 | 
					                  <p class="label label-info">{%=o.formatFileSize(file.size)%}</p>
 | 
				
			||||||
 | 
					                </li>
 | 
				
			||||||
            {% } %}
 | 
					            {% } %}
 | 
				
			||||||
          </li>
 | 
					          </ul>
 | 
				
			||||||
          <li class="name-size">
 | 
					      </li>
 | 
				
			||||||
            <p><a href="{%=file.url%}" title="{%=file.name%}" data-gallery="{%=file.thumbnail_url&&'gallery'%}" download="{%=file.name%}">{%=file.name%}</a></p>
 | 
					    {% } %}
 | 
				
			||||||
            <p ><span class="label label-success">Success</span> File uploaded successfully!</p>
 | 
					 | 
				
			||||||
            <p class="label label-info">{%=o.formatFileSize(file.size)%}</p>
 | 
					 | 
				
			||||||
          </li>
 | 
					 | 
				
			||||||
        {% } %}
 | 
					 | 
				
			||||||
      </ul>
 | 
					 | 
				
			||||||
    </li>
 | 
					 | 
				
			||||||
  {% } %}
 | 
					 | 
				
			||||||
</script>
 | 
					</script>
 | 
				
			||||||
		Loading…
	
		Reference in New Issue