Skip to content
This repository has been archived by the owner on Sep 10, 2021. It is now read-only.

Commit

Permalink
Remove empty files
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie Snape committed Jul 30, 2014
1 parent e748c6d commit 38b5f54
Show file tree
Hide file tree
Showing 37 changed files with 9 additions and 26 deletions.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file removed core/public/js/item/item.edit.js
Empty file.
1 change: 0 additions & 1 deletion core/views/apikey/usertab.phtml
Expand Up @@ -20,7 +20,6 @@

echo '<script type="text/javascript" src="' . $this->coreWebroot . '/public/js/apikey/apikey.usertab.js"></script>';
?>
<link type="text/css" rel="stylesheet" href="<?php echo $this->coreWebroot?>/public/css/apikey/apikey.usertab.css" />

<h3><?php echo $this->t('Generated API keys')?></h3>
<?php if(count($this->userapiDaos)==0)
Expand Down
2 changes: 0 additions & 2 deletions core/views/element/listfiles.phtml
Expand Up @@ -21,8 +21,6 @@
<link type="text/css" rel="stylesheet" href="<?php echo $this->coreWebroot?>/public/css/common/common.listfiles.css" />

<?php
$this->headScript()->appendFile($this->coreWebroot.'/public/js/common/common.listfiles.js');

if(!function_exists('createFileElement'))
{
function createFileElement(&$view, $file)
Expand Down
2 changes: 0 additions & 2 deletions core/views/folder/edit.phtml
Expand Up @@ -17,8 +17,6 @@
See the License for the specific language governing permissions and
limitations under the License.
=========================================================================*/

echo '<script type="text/javascript" src="' . $this->coreWebroot . '/public/js/folder/folder.edit.js?'.time().'"></script>';
?>

<link type="text/css" rel="stylesheet" href="<?php echo $this->coreWebroot?>/public/css/folder/folder.edit.css" />
Expand Down
1 change: 0 additions & 1 deletion core/views/install/step3.phtml
Expand Up @@ -18,7 +18,6 @@
limitations under the License.
=========================================================================*/
?>
<link href="<?php echo $this->coreWebroot?>/public/css/install/install.step3.css" rel="stylesheet" type="text/css" />

<?php
$this->headScript()->appendFile($this->coreWebroot.'/public/js/install/install.step3.js');
Expand Down
2 changes: 0 additions & 2 deletions core/views/item/edit.phtml
Expand Up @@ -17,8 +17,6 @@
See the License for the specific language governing permissions and
limitations under the License.
=========================================================================*/

echo '<script type="text/javascript" src="' . $this->coreWebroot . '/public/js/item/item.edit.js?'.time().'"></script>';
?>

<link type="text/css" rel="stylesheet" href="<?php echo $this->coreWebroot?>/public/css/item/item.edit.css" />
Expand Down
2 changes: 0 additions & 2 deletions core/views/user/recoverpassword.phtml
Expand Up @@ -22,8 +22,6 @@ echo '<script type="text/javascript" src="' . $this->coreWebroot . '/public/js/j
echo '<script type="text/javascript" src="' . $this->coreWebroot . '/public/js/user/user.recoverpassword.js?'.time().'"></script>';
?>

<link type="text/css" rel="stylesheet" href="<?php echo $this->coreWebroot?>/public/css/user/user.recoverpassword.css" />

<form id="recoverPasswordForm" class="genericForm" method="POST" action="<?php echo $this->webroot?>/user/recoverpassword">
<h4><?php echo $this->t('Please enter your e-mail address.');?></h4>
<div >
Expand Down
Empty file.
Empty file.
2 changes: 1 addition & 1 deletion modules/api/views/config/index.phtml
Expand Up @@ -21,7 +21,7 @@
$this->headScript()->appendFile($this->coreWebroot . '/public/js/jquery/jquery.form.js');
$this->headScript()->appendFile($this->moduleWebroot . '/public/js/config/config.index.js');
?>
<link type="text/css" rel="stylesheet" href="<?php echo $this->moduleWebroot?>/public/css/config/config.index.css" />

<link type="text/css" rel="stylesheet" href="<?php echo $this->coreWebroot?>/public/css/common/common.genericPage.css" />
<div class="viewMain">
<div class ="genericWrapperTopRight">
Expand Down
1 change: 0 additions & 1 deletion modules/api/views/config/usertab.phtml
Expand Up @@ -20,7 +20,6 @@

echo '<script type="text/javascript" src="' . $this->moduleWebroot . '/public/js/config/config.usertab.js"></script>';
?>
<link type="text/css" rel="stylesheet" href="<?php echo $this->moduleWebroot?>/public/css/config/config.usertab.css" />

<h3><?php echo $this->t('Generated API keys')?></h3>
<?php if(count($this->userapiDaos)==0)
Expand Down
Empty file.
2 changes: 1 addition & 1 deletion modules/cleanup/views/config/index.phtml
Expand Up @@ -22,7 +22,7 @@ $this->headScript()->appendFile($this->coreWebroot.'/public/js/jquery/jquery.for
$this->headScript()->appendFile($this->coreWebroot.'/public/js/jquery/jquery.spinbox.js');
$this->headScript()->appendFile($this->moduleWebroot.'/public/js/config/config.index.js');
?>
<link type="text/css" rel="stylesheet" href="<?php echo $this->moduleWebroot?>/public/css/config/config.index.css" />

<link type="text/css" rel="stylesheet" href="<?php echo $this->coreWebroot?>/public/css/common/common.genericPage.css" />
<link type="text/css" rel="stylesheet" href="<?php echo $this->coreWebroot?>/public/css/jquery/jquery.spinbox.css" />
<div class="viewMain">
Expand Down
Empty file.
2 changes: 1 addition & 1 deletion modules/dicomextractor/views/config/index.phtml
Expand Up @@ -21,7 +21,7 @@
$this->headScript()->appendFile($this->coreWebroot . '/public/js/jquery/jquery.form.js');
$this->headScript()->appendFile($this->moduleWebroot . '/public/js/config/config.index.js');
?>
<link type="text/css" rel="stylesheet" href="<?php echo $this->moduleWebroot?>/public/css/config/config.index.css" />

<link type="text/css" rel="stylesheet" href="<?php echo $this->coreWebroot?>/public/css/common/common.genericPage.css" />
<div class="viewMain">
<div class ="genericWrapperTopRight">
Expand Down
Empty file.
2 changes: 1 addition & 1 deletion modules/metadataextractor/views/config/index.phtml
Expand Up @@ -21,7 +21,7 @@
$this->headScript()->appendFile($this->coreWebroot . '/public/js/jquery/jquery.form.js');
$this->headScript()->appendFile($this->moduleWebroot . '/public/js/config/config.index.js');
?>
<link type="text/css" rel="stylesheet" href="<?php echo $this->moduleWebroot?>/public/css/config/config.index.css" />

<link type="text/css" rel="stylesheet" href="<?php echo $this->coreWebroot?>/public/css/common/common.genericPage.css" />
<div class="viewMain">
<div class ="genericWrapperTopRight">
Expand Down
Empty file.
Empty file.
Empty file.
2 changes: 1 addition & 1 deletion modules/oai/views/config/index.phtml
Expand Up @@ -21,7 +21,7 @@
$this->headScript()->appendFile($this->coreWebroot . '/public/js/jquery/jquery.form.js');
$this->headScript()->appendFile($this->moduleWebroot . '/public/js/config/config.index.js');
?>
<link type="text/css" rel="stylesheet" href="<?php echo $this->moduleWebroot?>/public/css/config/config.index.css" />

<link type="text/css" rel="stylesheet" href="<?php echo $this->coreWebroot?>/public/css/common/common.genericPage.css" />
<div class="viewMain">
<div class ="genericWrapperTopRight">
Expand Down
5 changes: 1 addition & 4 deletions modules/oai/views/index/index.phtml
Expand Up @@ -18,10 +18,7 @@
limitations under the License.
=========================================================================*/
?>
<link type="text/css" rel="stylesheet" href="<?php echo $this->moduleWebroot?>/public/css/index/index.index.css" />
<?php
$this->headScript()->appendFile($this->moduleWebroot . '/public/js/index/index.index.js');
?>

<div class="viewMain">
<h2>Midas Platform Web API</h2>

Expand Down
Empty file.
Empty file.
Empty file.
Empty file.
2 changes: 1 addition & 1 deletion modules/remoteprocessing/views/config/index.phtml
Expand Up @@ -21,7 +21,7 @@
$this->headScript()->appendFile($this->coreWebroot . '/public/js/jquery/jquery.form.js');
$this->headScript()->appendFile($this->moduleWebroot . '/public/js/config/config.index.js');
?>
<link type="text/css" rel="stylesheet" href="<?php echo $this->moduleWebroot?>/public/css/config/config.index.css" />

<link type="text/css" rel="stylesheet" href="<?php echo $this->coreWebroot?>/public/css/common/common.genericPage.css" />
<div class="viewMain">
<div class ="genericWrapperTopRight">
Expand Down
3 changes: 0 additions & 3 deletions modules/remoteprocessing/views/index/dashboard.phtml
Expand Up @@ -17,9 +17,6 @@
See the License for the specific language governing permissions and
limitations under the License.
=========================================================================*/

$this->headScript()->appendFile($this->moduleWebroot . '/public/js/index/index.dashboard.js');
?>
<link type="text/css" rel="stylesheet" href="<?php echo $this->moduleWebroot?>/public/css/index/index.dashboard.css" />

Development in progress.
Empty file.
2 changes: 1 addition & 1 deletion modules/sizequota/views/config/index.phtml
Expand Up @@ -21,7 +21,7 @@
$this->headScript()->appendFile($this->coreWebroot.'/public/js/jquery/jquery.form.js');
$this->headScript()->appendFile($this->moduleWebroot.'/public/js/config/config.index.js');
?>
<link type="text/css" rel="stylesheet" href="<?php echo $this->moduleWebroot?>/public/css/config/config.index.css" />

<link type="text/css" rel="stylesheet" href="<?php echo $this->coreWebroot?>/public/css/common/common.genericPage.css" />
<div class="viewMain">
<div class ="genericWrapperTopRight">
Expand Down
Empty file.
2 changes: 1 addition & 1 deletion modules/statistics/views/config/index.phtml
Expand Up @@ -21,7 +21,7 @@
$this->headScript()->appendFile($this->coreWebroot . '/public/js/jquery/jquery.form.js');
$this->headScript()->appendFile($this->moduleWebroot . '/public/js/config/config.index.js');
?>
<link type="text/css" rel="stylesheet" href="<?php echo $this->moduleWebroot?>/public/css/config/config.index.css" />

<link type="text/css" rel="stylesheet" href="<?php echo $this->coreWebroot?>/public/css/common/common.genericPage.css" />
<div class="viewMain">
<div class ="genericWrapperTopRight">
Expand Down

0 comments on commit 38b5f54

Please sign in to comment.