Author: gropher
(2009/03/20 16:17) About 3 years ago
- CSS updated.
1
#Thu Mar 12 20:21:21 MSK 2009
#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;
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
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
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
USER_PREFERENCE=overrideGlobalPreferencesfalse
6
eclipse.preferences.version=1
<?php use_helper('Javascript'); ?>
<div id="post<?php echo $post->getId() ?>">
<?php echo $post->getCreatedAt() ?>
<?php echo link_to($post->getUser()->getUsername().':', 'user/'.$post->getUser()->getUsername()) ?>
<?php echo $post->gettext() ?>
<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>
<?php echo $post->getrating() ?>
8
<?php echo image_tag('smile_'.$post->getmood().'.png') ?>
9
<?php if($sf_user->isAuthenticated() &&
10
<?php echo link_to(__('Главная'), 'post/index')?>
<div class="mainmenu">
<?php echo link_to(__('Блоги'), 'blog/index')?>
<?php if($sf_user->isAuthenticated()): ?>
<?php echo link_to(__('Мои записи'), 'user/'.$sf_user->getGuardUser()->getUsername())?>
<?php echo link_to(__('Моя френдлента'), 'post/friends?username='.$sf_user->getGuardUser()->getUsername())?>
<?php endif;?>
</div>
<table width="100%" >
11
<tr>
12
<td></td>
13
<td>
<td class="middle">
14
<?php include_partial('global/menu') ?>
15
<?php echo $sf_content ?>
16
</td>
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%}
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);
866
#Thu Mar 12 20:21:21 MSK 2009#Fri Mar 20 18:13:58 MSK 2009DELEGATES_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;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;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;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;USER_PREFERENCE=overrideGlobalPreferencestruedisableAllValidationfalseversion1.1.102.v200709122200USER_PREFERENCE=overrideGlobalPreferencesfalse<?php use_helper('Javascript'); ?><?php use_helper('Javascript'); ?><i><?php echo link_to(__('Комментарии'), 'post/show?id='.$post->getId()) ?></i><i><?php echo link_to(__('Комментарии').' ('.count($post->getComments()).')', 'post/show?id='.$post->getId()) ?></i><?php echo image_tag('smile_'.$post->getmood().'.png') ?><?php echo image_tag('smile_'.$post->getmood().'.png') ?><?php echo link_to(__('Главная'), 'post/index')?> <div class="mainmenu"><?php echo link_to(__('Блоги'), 'blog/index')?> <?php echo link_to(__('Главная'), 'post/index')?> <?php if($sf_user->isAuthenticated()): ?><?php echo link_to(__('Блоги'), 'blog/index')?> <?php echo link_to(__('Мои записи'), 'user/'.$sf_user->getGuardUser()->getUsername())?> <?php if($sf_user->isAuthenticated()): ?><?php echo link_to(__('Моя френдлента'), 'post/friends?username='.$sf_user->getGuardUser()->getUsername())?> <?php echo link_to(__('Мои записи'), 'user/'.$sf_user->getGuardUser()->getUsername())?> <?php endif;?><?php echo link_to(__('Моя френдлента'), 'post/friends?username='.$sf_user->getGuardUser()->getUsername())?> <?php endif;?></div><td class="middle"><?php include_partial('global/menu') ?><?php include_partial('global/menu') ?>#header, #menu, #sectioncontent, #productsmenu, #sectionextendpart, .contentpagemenu, .contentpagemenu2, #prodextendinfo, #footerblock, #newsblocklist, #newsheader {border: 0; border-color: white; display: none; border-collapse:collapse}#header, #menu, #sectioncontent, #productsmenu, #sectionextendpart, .contentpagemenu, .contentpagemenu2, #prodextendinfo, #footerblock, #newsblocklist, #newsheader {border: 0; border-color: white; display: none; border-collapse:collapse}tr td{font-size:115%}tr td{font-size:115%}html:root tr td {font-size:100%}html:root tr td {font-size:100%}{{