New version of front page and login page
|
@ -557,7 +557,7 @@ html.js .js-hide {
|
|||
}
|
||||
#access-rules .mask {
|
||||
clear: both;
|
||||
} */
|
||||
}
|
||||
|
||||
#user-login-form {
|
||||
padding-top: 10px;
|
||||
|
@ -582,8 +582,7 @@ html.js .js-hide {
|
|||
margin: .5em 0;
|
||||
padding: 6px 12px;
|
||||
background-color: #eaeaea;
|
||||
border: 1px solid #aaa; /*
|
||||
border-radius: 4px; */
|
||||
border: 1px solid #aaa;
|
||||
cursor: pointer;
|
||||
font-size: 14px;
|
||||
line-height: 1.42857;
|
||||
|
@ -598,6 +597,14 @@ html.js .js-hide {
|
|||
color: #fff;
|
||||
background-color: #ccc;
|
||||
}
|
||||
*/
|
||||
#user-pass #edit-submit {
|
||||
width: 100%;
|
||||
margin-top: 30px;
|
||||
}
|
||||
#user-login #edit-submit {
|
||||
margin-top: 30px;
|
||||
}
|
||||
|
||||
#user-admin-filter ul {
|
||||
list-style: none;
|
||||
|
|
|
@ -55,6 +55,42 @@ body.elfinder {
|
|||
}
|
||||
}
|
||||
|
||||
/*
|
||||
* Login page layout.
|
||||
*/
|
||||
body.not-logged-in[class*="page-user"] {
|
||||
background: #ebeae9 url(../images/bg-login.jpg) no-repeat fixed center center;
|
||||
background-size: cover;
|
||||
}
|
||||
body.not-logged-in[class*="page-user"] #main {
|
||||
margin: 30px auto 0;
|
||||
max-width: 400px;
|
||||
padding: 20px;
|
||||
background: rgba(252, 255, 255, 0.85);
|
||||
}
|
||||
body.not-logged-in[class*="page-user"] #main-content {
|
||||
padding: 0;
|
||||
}
|
||||
body.not-logged-in[class*="page-user"] #main-content .section {
|
||||
background: transparent;
|
||||
min-height: inherit;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
body.not-logged-in[class*="page-user"] #page,
|
||||
body.not-logged-in[class*="page-user"] #page-wrapper,
|
||||
body.not-logged-in[class*="page-user"] #main-wrapper,
|
||||
body.not-logged-in[class*="page-user"] #main-content div.tabs {
|
||||
background: transparent;
|
||||
}
|
||||
body.not-logged-in[class*="page-user"] #page-title {
|
||||
display: none;
|
||||
}
|
||||
body.not-logged-in[class*="page-user"] #socket {
|
||||
width: 100%;
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
/*
|
||||
* Header.
|
||||
*/
|
||||
|
|
|
@ -666,6 +666,10 @@ table#tasks tr td > div.form-item > select.form-control {
|
|||
height: auto;
|
||||
font-size: 12px;
|
||||
}
|
||||
table#tasks tr th.coldrag,
|
||||
table#tasks tr td > div.form-item > select.form-control {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/*
|
||||
* "SuiteDesk Tasks" Kanban.
|
||||
|
|
BIN
themes/zuitedesk/images/bg-login.jpg
Normal file
After Width: | Height: | Size: 231 KiB |
Before Width: | Height: | Size: 4.7 KiB |
Before Width: | Height: | Size: 3.7 KiB |
Before Width: | Height: | Size: 3.7 KiB |
Before Width: | Height: | Size: 3.7 KiB |
Before Width: | Height: | Size: 152 KiB After Width: | Height: | Size: 152 KiB |
Before Width: | Height: | Size: 41 KiB After Width: | Height: | Size: 41 KiB |
Before Width: | Height: | Size: 8.5 KiB |
Before Width: | Height: | Size: 8.5 KiB |
Before Width: | Height: | Size: 8.5 KiB |
Before Width: | Height: | Size: 8.5 KiB |
Before Width: | Height: | Size: 8.5 KiB |
Before Width: | Height: | Size: 8.5 KiB |
Before Width: | Height: | Size: 70 KiB |
Before Width: | Height: | Size: 4.5 KiB |
Before Width: | Height: | Size: 5.4 KiB |
Before Width: | Height: | Size: 5.4 KiB |
Before Width: | Height: | Size: 5.4 KiB |
Before Width: | Height: | Size: 311 KiB |
Before Width: | Height: | Size: 4.2 KiB |
Before Width: | Height: | Size: 4.2 KiB |
Before Width: | Height: | Size: 4.2 KiB |
Before Width: | Height: | Size: 4.2 KiB |
Before Width: | Height: | Size: 4.2 KiB |
Before Width: | Height: | Size: 3.7 KiB |
|
@ -497,7 +497,7 @@ function zuitedesk_table($header, $rows, $attributes = array(), $caption = NULL)
|
|||
$attributes['class'] = 'table table-condensed' . (!empty($attributes['class']) ? ' ' . $attributes['class'] : '');
|
||||
}
|
||||
if (arg(0) == 'admin' || substr($attributes['id'], 0, 5) == 'storm' || in_array($attributes['id'], array('attributes', 'tasks', 'twatcher'))) {
|
||||
$attributes['class'] .= ' table-hover';
|
||||
$attributes['class'] .= (empty($attributes['class']) ? '' : ' ') . 'table-hover';
|
||||
return '<div class="table-responsive">' . theme_table($header, $rows, $attributes, $caption) . '</div>';
|
||||
}
|
||||
return theme_table($header, $rows, $attributes, $caption);
|
||||
|
|
|
@ -97,7 +97,7 @@ if ($site_name) print '<meta property="og:site_name" content="'. $site_name ."\"
|
|||
<div class="da-slide">
|
||||
<h2><?php print t('Welcome to SuiteDesk'); ?></h2>
|
||||
<h4><?php print t('Collaboration & Planning Tool'); ?></h4>
|
||||
<p><?php print t('!suitedesk is my own web based app for planning, knowledge sharing, clients support, collaboration and personal productivity, with both powerful and simplicity in mind.', array('!suitedesk' => '<strong>SuiteDesk</strong>')); ?></p>
|
||||
<p><?php print t('!suitedesk is a web based app for planning, knowledge sharing, clients support, collaboration and personal productivity, with both powerful and simplicity in mind.', array('!suitedesk' => '<strong>SuiteDesk</strong>')); ?></p>
|
||||
<a href="user/login" class="da-link button"><?php print t('Log in'); ?></a>
|
||||
<div class="da-img">
|
||||
<img src="<?php print $base_path . $directory; ?>/images/frontpage/Slider01.png" alt="<?php print t('Welcome to SuiteDesk'); ?>" width="320" />
|
||||
|
@ -139,7 +139,7 @@ if ($site_name) print '<meta property="og:site_name" content="'. $site_name ."\"
|
|||
|
||||
<div class="page-section secondary-section" id="elegance">
|
||||
<div class="container centered">
|
||||
<p class="large-text"><?php print t('MY WAY TO GET WORK DONE') . ' ; )'; ?></p>
|
||||
<p class="large-text"><?php print t('A SIMPLE WAY TO GET WORK DONE') . ' ; )'; ?></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
@ -181,10 +181,10 @@ if ($site_name) print '<meta property="og:site_name" content="'. $site_name ."\"
|
|||
<div class="span6">
|
||||
<div class="project-description">
|
||||
<div class="project-title clearfix">
|
||||
<h3>Doks</h3>
|
||||
<h3><?php print t('Doks & Notes'); ?></h3>
|
||||
<span class="show_hide close"><i class="icon-cancel"></i></span>
|
||||
</div>
|
||||
<p><?php print t('Documents are "web documents", availables wherever you are. Use the book project to keep project requeriments, attached files, install and user guides, or meeting minutes at your fingertips.'); ?></p>
|
||||
<p><?php print t('Documents and notes are "web documents", availables wherever you are. Use the book project to keep project requeriments, attached files, install and user guides, or meeting minutes at your fingertips.'); ?></p>
|
||||
<div class="project-info">
|
||||
<div><?php print t('<span>Doks</span> are documents and knowledge'); ?></div>
|
||||
<div><?php print t('<span>With</span> hyperlinking and taxonomies'); ?></div>
|
||||
|
@ -219,6 +219,50 @@ if ($site_name) print '<meta property="og:site_name" content="'. $site_name ."\"
|
|||
<!-- End details -->
|
||||
<!-- Start details for 4 -->
|
||||
<div id="slidingDiv3" class="toggleDiv row-fluid single-project">
|
||||
<div class="span6">
|
||||
<img src="<?php print $base_path . $directory; ?>/images/frontpage/Costs.png" alt="CRM" />
|
||||
</div>
|
||||
<div class="span6">
|
||||
<div class="project-description">
|
||||
<div class="project-title clearfix">
|
||||
<h3><?php print t('Expenses & Time tracking'); ?></h3>
|
||||
<span class="show_hide close"><i class="icon-cancel"></i></span>
|
||||
</div>
|
||||
<p><?php print t('Keep track of how money and time is being spent by project or by customer organization for accurate planning and budget management.'); ?></p>
|
||||
<div class="project-info">
|
||||
<div><?php print t('<span>Log</span> spent effort to the detail you need'); ?></div>
|
||||
<div><?php print t('<span>Monitor</span> how much time you have spent on your activities'); ?></div>
|
||||
<div><?php print t('<span>Reports</span> to control de cost of your projects'); ?></div>
|
||||
<div><?php print t('<span>Plan</span> the cost for each project phase'); ?></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- End details -->
|
||||
<!-- Start details for 5-->
|
||||
<div id="slidingDiv4" class="toggleDiv row-fluid single-project">
|
||||
<div class="span6">
|
||||
<img src="<?php print $base_path . $directory; ?>/images/frontpage/Invoicing.png" alt="<?php print 'I love Gitlab'; ?>" />
|
||||
</div>
|
||||
<div class="span6">
|
||||
<div class="project-description">
|
||||
<div class="project-title clearfix">
|
||||
<h3><?php print t('Invoicing'); ?></h3>
|
||||
<span class="show_hide close"><i class="icon-cancel"></i></span>
|
||||
</div>
|
||||
<p><?php print t('Create invoices in few clicks. You will be able to add invoice items from your projects, save it, print it or send it to your customers.'); ?></p>
|
||||
<div class="project-info">
|
||||
<div><?php print t('<span>Compile</span> invoices according to the work done'); ?></div>
|
||||
<div><?php print t('<span>Time</span> billing and automated invoicing'); ?></div>
|
||||
<div><?php print t('<span>Choose</span> which units to include: hours, days, fixed'); ?></div>
|
||||
<div><?php print t('<span>View</span> lists for both billable and unbilled items'); ?></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- End details -->
|
||||
<!-- Start details for 6 -->
|
||||
<div id="slidingDiv5" class="toggleDiv row-fluid single-project">
|
||||
<div class="span6">
|
||||
<img src="<?php print $base_path . $directory; ?>/images/frontpage/Responsive.png" alt="<?php print 'Responsive Design'; ?>" />
|
||||
</div>
|
||||
|
@ -239,50 +283,6 @@ if ($site_name) print '<meta property="og:site_name" content="'. $site_name ."\"
|
|||
</div>
|
||||
</div>
|
||||
<!-- End details -->
|
||||
<!-- Start details for 5 -->
|
||||
<div id="slidingDiv4" class="toggleDiv row-fluid single-project">
|
||||
<div class="span6">
|
||||
<img src="<?php print $base_path . $directory; ?>/images/frontpage/SuiteCRM.png" alt="CRM" />
|
||||
</div>
|
||||
<div class="span6">
|
||||
<div class="project-description">
|
||||
<div class="project-title clearfix">
|
||||
<h3><?php print t('Also CRM, with SuiteCRM'); ?></h3>
|
||||
<span class="show_hide close"><i class="icon-cancel"></i></span>
|
||||
</div>
|
||||
<p><?php print t('SuiteCRM offers everything you need to find and keep customers, improve sales and marketing workflow and focus on creating and capturing opportunities.'); ?></p>
|
||||
<div class="project-info">
|
||||
<div><?php print t('<span>Track</span> all accounts and related contacts'); ?></div>
|
||||
<div><?php print t('<span>Never</span> lose track of an important email'); ?></div>
|
||||
<div><?php print t('<span>Create</span> and execute campaigns'); ?></div>
|
||||
<div><?php print t('<span>Close</span> deals and keep customers happy'); ?></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- End details -->
|
||||
<!-- Start details for 6-->
|
||||
<div id="slidingDiv5" class="toggleDiv row-fluid single-project">
|
||||
<div class="span6">
|
||||
<img src="<?php print $base_path . $directory; ?>/images/frontpage/Gitlab.png" alt="<?php print 'I love Gitlab'; ?>" />
|
||||
</div>
|
||||
<div class="span6">
|
||||
<div class="project-description">
|
||||
<div class="project-title clearfix">
|
||||
<h3>I ♥ Gitlab</h3>
|
||||
<span class="show_hide close"><i class="icon-cancel"></i></span>
|
||||
</div>
|
||||
<p><?php print t('I have my own Gitlab server fully functional to manage git repositories with fine grained access controls that keep code secure.'); ?></p>
|
||||
<div class="project-info">
|
||||
<div><?php print t('<span>Git</span> advanced repository management'); ?></div>
|
||||
<div><?php print t('<span>Code</span> reviews with activity feeds'); ?></div>
|
||||
<div><?php print t('<span>Fine</span> grained access controls'); ?></div>
|
||||
<div><?php print '<span>' . t('Link') . '</span> <a href="https://gitlab.cillero.es">https://gitlab.cillero.es</a>'; ?></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- End details -->
|
||||
<ul id="portfolio-grid" class="thumbnails row">
|
||||
<li class="span4 mix web">
|
||||
<div class="thumbnail">
|
||||
|
@ -301,7 +301,7 @@ if ($site_name) print '<meta property="og:site_name" content="'. $site_name ."\"
|
|||
<a href="#single-project" class="show_hide more" rel="#slidingDiv1">
|
||||
<i class="icon-plus"></i>
|
||||
</a>
|
||||
<h3>Doks</h3>
|
||||
<h3><?php print t('Doks & Notes'); ?></h3>
|
||||
<p><?php print t('Capture every action'); ?></p>
|
||||
<div class="mask"></div>
|
||||
</div>
|
||||
|
@ -317,36 +317,36 @@ if ($site_name) print '<meta property="og:site_name" content="'. $site_name ."\"
|
|||
<div class="mask"></div>
|
||||
</div>
|
||||
</li>
|
||||
<li class="span4 mix web">
|
||||
<li class="span4 mix photo">
|
||||
<div class="thumbnail">
|
||||
<img src="<?php print $base_path . $directory; ?>/images/frontpage/Responsive.png" alt="<?php print 'Responsive Design'; ?>" />
|
||||
<img src="<?php print $base_path . $directory; ?>/images/frontpage/Costs.png" alt="CRM" />
|
||||
<a href="#single-project" class="show_hide more" rel="#slidingDiv3">
|
||||
<i class="icon-plus"></i>
|
||||
</a>
|
||||
<h3><?php print t('Responsive Design'); ?></h3>
|
||||
<p><?php print t('Adapting to the viewing device'); ?></p>
|
||||
<div class="mask"></div>
|
||||
</div>
|
||||
</li>
|
||||
<li class="span4 mix photo">
|
||||
<div class="thumbnail">
|
||||
<img src="<?php print $base_path . $directory; ?>/images/frontpage/SuiteCRM.png" alt="CRM" />
|
||||
<a href="#single-project" class="show_hide more" rel="#slidingDiv4">
|
||||
<i class="icon-plus"></i>
|
||||
</a>
|
||||
<h3>CRM</h3>
|
||||
<p><?php print t('Following opportunities'); ?></p>
|
||||
<h3><?php print t('Expenses & Time tracking'); ?></h3>
|
||||
<p><?php print t('Keep track of costs and time'); ?></p>
|
||||
<div class="mask"></div>
|
||||
</div>
|
||||
</li>
|
||||
<li class="span4 mix identity">
|
||||
<div class="thumbnail">
|
||||
<img src="<?php print $base_path . $directory; ?>/images/frontpage/Gitlab.png" alt="<?php print 'I love Gitlab'; ?>" />
|
||||
<img src="<?php print $base_path . $directory; ?>/images/frontpage/Invoicing.png" alt="<?php print 'I love Gitlab'; ?>" />
|
||||
<a href="#single-project" class="show_hide more" rel="#slidingDiv4">
|
||||
<i class="icon-plus"></i>
|
||||
</a>
|
||||
<h3><?php print t('Invoicing'); ?></h3>
|
||||
<p><?php print t('Managing your cash flow'); ?></p>
|
||||
<div class="mask"></div>
|
||||
</div>
|
||||
</li>
|
||||
<li class="span4 mix web">
|
||||
<div class="thumbnail">
|
||||
<img src="<?php print $base_path . $directory; ?>/images/frontpage/Responsive.png" alt="<?php print 'Responsive Design'; ?>" />
|
||||
<a href="#single-project" class="show_hide more" rel="#slidingDiv5">
|
||||
<i class="icon-plus"></i>
|
||||
</a>
|
||||
<h3>I ♥ Gitlab</h3>
|
||||
<p><?php print t('Sharing code'); ?></p>
|
||||
<h3><?php print t('Responsive Design'); ?></h3>
|
||||
<p><?php print t('Adapting to the viewing device'); ?></p>
|
||||
<div class="mask"></div>
|
||||
</div>
|
||||
</li>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
name = SuiteDesk Theme
|
||||
description = SuiteDesk Theme Zen.
|
||||
version = 0.2.61
|
||||
version = 0.2.62
|
||||
|
||||
screenshot = screenshot.png
|
||||
|
||||
|
|