Changeset 44

User picture

Author: gropher

(2009/03/20 16:17) About 3 years ago

- CSS updated.

Affected files

Updated .settings/org.eclipse.wst.validation.prefs Download diff

4344
1
#Thu Mar 12 20:21:21 MSK 2009
1
#Fri Mar 20 18:13:58 MSK 2009
2
DELEGATES_PREFERENCE=delegateValidatorListorg.eclipse.wst.wsdl.validation.internal.eclipse.WSDLDelegatingValidator\=org.eclipse.wst.wsdl.validation.internal.eclipse.Validator;org.eclipse.wst.xsd.core.internal.validation.eclipse.XSDDelegatingValidator\=org.eclipse.wst.xsd.core.internal.validation.eclipse.Validator;
2
DELEGATES_PREFERENCE=delegateValidatorListorg.eclipse.wst.xsd.core.internal.validation.eclipse.XSDDelegatingValidator\=org.eclipse.wst.xsd.core.internal.validation.eclipse.Validator;org.eclipse.wst.wsdl.validation.internal.eclipse.WSDLDelegatingValidator\=org.eclipse.wst.wsdl.validation.internal.eclipse.Validator;
3
USER_BUILD_PREFERENCE=enabledBuildValidatorList
3
USER_BUILD_PREFERENCE=enabledBuildValidatorListorg.eclipse.wst.html.internal.validation.HTMLValidator\:org.eclipse.php.core.phpsource;org.eclipse.wst.xml.core.internal.validation.eclipse.Validator;org.eclipse.wst.dtd.core.internal.validation.eclipse.Validator;org.eclipse.wst.wsdl.validation.internal.eclipse.WSDLDelegatingValidator;org.eclipse.wst.wsi.ui.internal.WSIMessageValidator;org.eclipse.wst.xsd.core.internal.validation.eclipse.XSDDelegatingValidator;org.eclipse.wst.html.internal.validation.HTMLValidator;
4
USER_MANUAL_PREFERENCE=enabledManualValidatorList
4
USER_MANUAL_PREFERENCE=enabledManualValidatorListorg.eclipse.wst.html.internal.validation.HTMLValidator\:org.eclipse.php.core.phpsource;org.eclipse.wst.xml.core.internal.validation.eclipse.Validator;org.eclipse.wst.dtd.core.internal.validation.eclipse.Validator;org.eclipse.wst.wsdl.validation.internal.eclipse.WSDLDelegatingValidator;org.eclipse.wst.wsi.ui.internal.WSIMessageValidator;org.eclipse.wst.xsd.core.internal.validation.eclipse.XSDDelegatingValidator;org.eclipse.wst.html.internal.validation.HTMLValidator;
5
USER_PREFERENCE=overrideGlobalPreferencestruedisableAllValidationfalseversion1.1.102.v200709122200
5
USER_PREFERENCE=overrideGlobalPreferencesfalse
6
eclipse.preferences.version=1
6
eclipse.preferences.version=1

Updated apps/frontend/modules/post/templates/_post.php Download diff

4344
1
<?php use_helper('Javascript'); ?> 
1
<?php use_helper('Javascript'); ?> 
2
2
3
<div id="post<?php echo $post->getId() ?>">
3
<div id="post<?php echo $post->getId() ?>">
4
	<?php echo $post->getCreatedAt() ?>
4
	<?php echo link_to($post->getUser()->getUsername().':', 'user/'.$post->getUser()->getUsername()) ?>
5
	<?php echo link_to($post->getUser()->getUsername().':', 'user/'.$post->getUser()->getUsername()) ?>
5
	<?php echo $post->gettext() ?>
6
	<?php echo $post->gettext() ?>
6
	<i><?php echo link_to(__('Комментарии'), 'post/show?id='.$post->getId()) ?></i>
7
	<i><?php echo link_to(__('Комментарии').' ('.count($post->getComments()).')', 'post/show?id='.$post->getId()) ?></i>
7
	<?php echo $post->getrating() ?>
8
	<?php echo $post->getrating() ?>
8
	<?php echo image_tag('smile_'.$post->getmood().'.png') ?>
9
	<?php echo image_tag('smile_'.$post->getmood().'.png') ?>
9
	<?php if($sf_user->isAuthenticated() && 
10
	<?php if($sf_user->isAuthenticated() && 

Updated apps/frontend/templates/_menu.php Download diff

4344
1
<?php echo link_to(__('Главная'), 'post/index')?>&nbsp;
1
<div class="mainmenu">
2
<?php echo link_to(__('Блоги'), 'blog/index')?>&nbsp;
2
	<?php echo link_to(__('Главная'), 'post/index')?>&nbsp;
3
<?php if($sf_user->isAuthenticated()): ?>
3
	<?php echo link_to(__('Блоги'), 'blog/index')?>&nbsp;
4
	<?php echo link_to(__('Мои записи'), 'user/'.$sf_user->getGuardUser()->getUsername())?>&nbsp;
4
	<?php if($sf_user->isAuthenticated()): ?>
5
	<?php echo link_to(__('Моя френдлента'), 'post/friends?username='.$sf_user->getGuardUser()->getUsername())?>&nbsp;
5
		<?php echo link_to(__('Мои записи'), 'user/'.$sf_user->getGuardUser()->getUsername())?>&nbsp;
6
<?php endif;?>
6
		<?php echo link_to(__('Моя френдлента'), 'post/friends?username='.$sf_user->getGuardUser()->getUsername())?>&nbsp;
7
	<?php endif;?>
8
</div>

Updated apps/frontend/templates/layout.php Download diff

4344
10
    <table width="100%" >
10
    <table width="100%" >
11
    	<tr>
11
    	<tr>
12
	    	<td></td>
12
	    	<td></td>
13
	    	<td>
13
	    	<td class="middle">
14
	    		<?php include_partial('global/menu') ?>
14
	    		<?php include_partial('global/menu') ?>
15
	    		<?php echo $sf_content ?>
15
	    		<?php echo $sf_content ?>
16
	    	</td>
16
	    	</td>

Updated web/css/Base.css Download diff

4344
849
	#header, #menu, #sectioncontent, #productsmenu, #sectionextendpart, .contentpagemenu, .contentpagemenu2, #prodextendinfo, #footerblock, #newsblocklist,
#newsheader {border: 0; border-color: white; display: none; border-collapse:collapse}
849
	#header, #menu, #sectioncontent, #productsmenu, #sectionextendpart, .contentpagemenu, .contentpagemenu2, #prodextendinfo, #footerblock, #newsblocklist,
#newsheader {border: 0; border-color: white; display: none; border-collapse:collapse}
850
	tr td{font-size:115%}
850
	tr td{font-size:115%}
851
	html:root tr td {font-size:100%}
851
	html:root tr td {font-size:100%}
852
 }
853
 
854
 
855
 
856
 
857
 
858
 .middle
859
 {
860
 	background-color: rgb(247, 247, 247);
861
 }
862
 
863
 .mainmenu
864
 {
865
 	background-color: rgb(113, 113, 113);
852
 }
866
 }