Gentics Portal.Node PHP API
 All Classes Namespaces Functions Variables Pages
gportal.php
1 <?php
2 Yii::app()->language = 'en';
3 Yii::app()->user->setState('language', 'en');
4 ?>
5 <!DOCTYPE html>
6 
7 <!--[if IE 7]> <html class="ie7 no-js" lang="en"> <![endif]-->
8 <!--[if lte IE 8]> <html class="ie8 no-js" lang="en"> <![endif]-->
9 <!--[if (gte IE 9)|!(IE)]><!--> <html class="not-ie no-js" lang="en"> <!--<![endif]-->
10 
11 <head>
12 
13 <!-- force browser to use newest available IE hopefully, fight compatibility mode -->
14 <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1" />
15 
16 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
17 <meta http-equiv="content-language" content="en" />
18 
19 <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
20 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
21 <meta name="description" content=" User Administration" />
22 <meta name="author" content="Node Admin" />
23 
24 <!--noindexstart-->
25 
26 <title>User Administration Gentics Portal.Node Demo</title>
27 
28 <!--[if !lte IE 6]><!-->
29 <?php if (isset( $_SERVER['HTTPS'] ) && $_SERVER['HTTPS']!="on") { ?>
30 <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:400,600,300,800,700,400italic|PT+Serif:400,400italic" />
31 <?php } else { ?>
32 <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Open+Sans:400,600,300,800,700,400italic|PT+Serif:400,400italic" />
33 <?php } ?>
34 
35 
36 <link rel="stylesheet" href="/static/jquery-ui.1.8.17.css" media="screen" />
37 <link rel="stylesheet" href="/static/styles.v6.css" media="screen,print" />
38 <link rel="stylesheet" href="/static/media_queries.css" media="screen" />
39 <link rel="stylesheet" href="/static/fancybox.min.css" media="screen" />
40 <!-- not necessary if you do not use the components -->
41 
42 
43 
44 <link rel="stylesheet" href="/static/custom.portal.css" media="screen,print" />
45 <link rel="stylesheet" href="/static/print.css" media="print" />
46 
47 <!--<![endif]-->
48 
49 <!-- HTML5 Shiv + detect touch events -->
50 <script src="/static/modernizr.custom.js"></script>
51 
52 <?php if ( isset( $_GET['xoxo'] ) ) { ?>
53 <link rel="stylesheet" href="http://gt.myxoxo.at/xoxo-custom.css" media="screen, projection">
54 <?php } ?>
55 
56  <!-- RSS -->
57  <link href="http://feeds.feedburner.com/GPNPHPRSSFEEDEN" title="Gentics Portal.Node RSS Feed" type="application/rss+xml" rel="alternate" />
58 
59 <!--noindexend-->
60 <!--noindexstart-->
61 
62  <link rel="stylesheet" href="/static/core.css" media="screen" />
63  <link rel="stylesheet" href="/static/default.css" media="screen" />
64  <link rel="stylesheet" href="/static/dhtmlxtree.css" media="screen" />
65  <link rel="stylesheet" href="/static/style.css" media="screen" />
66 
67 
68 
69 <link rel="stylesheet" href="/static/CSS_Admin.en.css" media="screen" />
70 
71 
72 </head>
73 
74 <body>
75 
76 <section id="content" class="container clearfix">
77 
78  <header class="page-header">
79 
80  <h1 class="page-title"><!--noindexstart-->
81 <!-- currently all portal modules are excluded from search indexing -->
82 <?php
83 
84 echo CHtml::encode($this->pageTitle);
85 
86 ?>
87 <!--noindexend-->
88 <!--node page.name:editable--></h1>
89 
90  <!--node gportal_breadcrumb-->
91  <!--node gportal_admin_breadcrumb-->
92  <!--noindexstart-->
93 <!-- currently all portal modules are excluded from search indexing -->
94 <?php
95 
96 $this->widget('zii.widgets.CMenu', array(
97 'itemCssClass' => 'breadcrumb',
98  'items' => array(
99  array('url' => '/user/admin/', 'label' => Yii::app()->getModule('user')->t('Manage Users'), 'visible' => Yii::app()->user->checkAccess('Admin')),
100  array('url' => '/user/profileField/admin', 'label' => Yii::app()->getModule('user')->t('Manage Profile Fields'), 'visible' => Yii::app()->user->checkAccess('Admin')),
101  array('url' => '/user/admin/managePersonalisation/', 'label' => Yii::app()->getModule('user')->t('Personalisation Attributes'), 'visible' => Yii::app()->user->checkAccess('Admin')),
102  array('url' => '/user/assignment/view', 'label' => Yii::app()->getModule('user')->t('Assignments'), 'visible' => Yii::app()->user->checkAccess('Admin')),
103  array('url' => '/rights/assignment', 'label' => Yii::app()->getModule('user')->t('Rights'), 'visible' => Yii::app()->user->checkAccess('Admin')),
104  array('url' => '/settings/manage', 'label' => Yii::app()->getModule('user')->t('Settings'), 'visible' => Yii::app()->user->checkAccess('Admin')),
105  array('url' => '/bulk/bulk', 'label' => Yii::app()->getModule('user')->t('Bulk'), 'visible' => Yii::app()->user->checkAccess('Admin')),
106  /**array('url' => '/updates/release/create', 'label' => Yii::app()->getModule('user')->t('Create release'), 'visible' => Yii::app()->user->checkAccess('Admin')),
107  array('url' => '/updates/release/updateStep1', 'label' => Yii::app()->getModule('user')->t('Update'), 'visible' => Yii::app()->user->checkAccess('Admin')),**/
108  ),
109  ));
110 
111 /**
112 
113  array('url' => Yii::app()->getModule('user')->loginUrl, 'label' => Yii::app()->getModule('user')->t("Login"), 'visible' => Yii::app()->user->isGuest),
114  array('url' => Yii::app()->getModule('user')->registrationUrl, 'label' => Yii::app()->getModule('user')->t("Register"), 'visible' => Yii::app()->user->isGuest),
115  array('url' => Yii::app()->getModule('user')->profileUrl, 'label' => Yii::app()->getModule('user')->t("Profile"), 'visible' => !Yii::app()->user->isGuest),
116  array('url' => Yii::app()->getModule('user')->logoutUrl, 'label' => Yii::app()->getModule('user')->t("Logout") . ' (' . Yii::app()->user->name . ')', 'visible' => !Yii::app()->user->isGuest),
117 **/
118 
119 ?>
120 <!--noindexend-->
121 
122  <!--noindexend-->
123 
124  </header><!-- end .page-header -->
125 
126  <div>
127 
128  <!--noindexstart-->
129 <!-- currently all portal modules are excluded from search indexing -->
130 <?php
131 
132 echo $content;
133 
134 ?>
135 <!--noindexend-->
136 
137 
138  </div>
139 
140 </section><!-- end #content -->
141 
142 <footer id="footer" class="clearfix">
143  <div class="container">
144  <div class="three-fourth">
145  <nav id="footer-nav" class="clearfix">
146  <ul>
147  <li><a href="http://www.gentics.com" target="_blank">Gentics Software GmbH</a></li>
148  </ul>
149  <!--node gportal_sitemap-->
150  </nav><!-- end #footer-nav -->
151 
152  <ul class="contact-info">
153  <li class="address"><a href="https://maps.google.com/maps?q=%22gentics%22&hl=en&ll=48.216066,16.370659&spn=0.009022,0.022316&sll=48.214965,16.370659&sspn=0.009022,0.022316&hq=%22gentics%22&t=m&z=16" target="_blank">Gonzagagasse 11/25, A-1010 Vienna/Austria</a></li>
154  <li class="phone"><a href="call:+43171099040">+43171099040</a></li>
155  <li class="email"><a href="mailto:demo@gentics.com">demo@gentics.com</a></li>
156  </ul><!-- end .contact-info -->
157 
158  </div><!-- end .three-fourth -->
159  <div class="one-fourth last">
160  <span class="title">STAY CONNECTED</span>
161  <ul class="social-links">
162  <li class="twitter"><a href="http://twitter.com/gentics" target="_blank">Twitter</a></li>
163  <li class="facebook"><a href="http://facebook.com/gentics.cms" target="_blank">Facebook</a></li>
164  <li class="digg"><a href="http://digg.com/search?submit=&q=%22gentics%22+cms" target="_blank">Digg</a></li>
165  <li class="vimeo"><a href="http://vimeo.com/user1446715" target="_blank">Vimeo</a></li>
166  <li class="youtube"><a href="http://www.youtube.com/user/genticsvideos" target="_blank">YouTube</a></li>
167  <li class="skype"><a href="call://cqeb--">Skype</a></li>
168  </ul><!-- end .social-links -->
169 
170  </div><!-- end .one-fourth.last -->
171  </div><!-- end .container -->
172 </footer><!-- end #footer -->
173 
174 <footer id="footer-bottom" class="clearfix">
175  <div class="container">
176  <ul>
177  <li>&copy; by Gentics Software GmbH</li>
178  </ul>
179  </div><!-- end .container -->
180 </footer><!-- end #footer-bottom -->
181 
182 <script src="/static/jquery-ui-1.8.23.custom.min.js"></script>
183 <script src="/static/jquery-ui-i18n.min.js"></script>
184 
185  <!--[if lt IE 9]> <script src="/static/selectivizr-and-extra-selectors.min.js"></script> <![endif]-->
186 
187  <script src="/static/respond1.min.js"></script>
188  <script src="/static/jquery.easing-1.3.min.js"></script>
189  <script src="/static/jquery.fancybox.min.js"></script>
190  <script src="/static/jquery.jcarousel.min.js"></script>
191  <script src="/static/jquery.cycle.all.min.js"></script>
192  <script src="/static/jquery.touchSwipe.min.js"></script>
193  <script src="/static/jquery.json.min.js"></script>
194  <script src="/static/jquery.yiiactiveform.js"></script>
195  <script src="/static/custom.portal.js"></script>
196 
197 
198 
199 
200 
201 <!--<![endif]-->
202 
203 
204  <script src="/static/dhtmlTreeEditor.js"></script>
205  <script src="/static/dhtmlTreeUserAssignment.js"></script>
206  <script src="/static/dhtmlxcommon.js"></script>
207  <script src="/static/dhtmlxtree_a.js"></script>
208  <script src="/static/dhtmlxtree_json.js"></script>
209  <script src="/static/dhtmlxtree_xw.js"></script>
210  <script src="/static/jquery.ba-bbq.min.js"></script>
211  <script src="/static/jquery.yii.js"></script>
212  <script src="/static/jquery.yiigridview.js"></script>
213  <script src="/static/rights.js"></script>
214 
215 
216 
217 <!--noindexend-->
218 
219 </body>
220 </html>