Помогите найти официальный сайт CMS

Статус
В этой теме нельзя размещать новые ответы.

qaim

Читатель
Заблокирован
Регистрация
12 Май 2010
Сообщения
82
Реакции
3
  • Автор темы
  • Заблокирован
  • #1
Нашёл индексофы одного сайта, но не могу найти официальный сайт создателя CMS, на которой он работает...
Судя по этому xml, называется она GCMS v1.0

Кто знает где её можно отискать?

PHP:
<collection-types>
<!-- DEFAULT -->
−
<collection-type guid="00000000-0000-0000-0000-000000000000">
<name>Default Collection Type</name>
<description>GCMS v1.0 Collection Type</description>
<settings items-sortable="true" grid-columns="link" grid-search="summary"/>
−
<properties>
−
<property id="summary" type="RichTextArea" label="Summary">
<default-value>value</default-value>
</property>
<property id="thumbnail" type="AssetChooser" label="Image"/>
<property id="link" type="LinkChooser" label="Link"/>
</properties>
</collection-type>
<!-- Default with Linktext -->
−
<collection-type guid="00000000-0000-0000-0000-000000000001">
<name>Default with LinkText</name>
<description>GCMS v1.0 Collection Type</description>
<settings items-sortable="true" grid-columns="link" grid-search="summary"/>
−
<properties>
−
<property id="summary" type="RichTextArea" label="Summary">
<default-value>value</default-value>
</property>
<property id="thumbnail" type="AssetChooser" label="Image"/>
<property id="link" type="LinkChooser" label="Link"/>
<property id="linktext" type="TextField" label="Link Text"/>
</properties>
</collection-type>
<!-- SmallVideo -->
−
<collection-type guid="00000000-0000-0000-0000-000000000002">
<name>SmallVideo</name>
<description>GCMS v1.0 Collection Type</description>
<settings items-sortable="true" grid-columns="link" grid-search="title"/>
−
<properties>
<property id="title" type="TextField" label="Title"/>
<property id="Video" type="LinkChooser" label="Video"/>
<property id="thumbnail" type="AssetChooser" label="Image"/>
<property id="link" type="LinkChooser" label="Link"/>
<property id="pretext" type="TextField" label="PreText"/>
<property id="posttext" type="TextField" label="PostText"/>
</properties>
</collection-type>
<!-- Footer -->
−
<collection-type guid="00000000-0000-0000-0000-000000000003">
<name>Footer</name>
<description>GCMS v1.0 Collection Type</description>
<settings items-sortable="true" grid-columns="link" grid-search="footertext"/>
−
<properties>
<property id="footertext" type="RichTextArea" label="Footer Text"/>
<property id="footerlistleft" type="HTMLTextArea" label="Footer List Left"/>
<property id="footerlistright" type="HTMLTextArea" label="Footer List Right"/>
</properties>
</collection-type>
−
<!--
 Location 'How to find us' collection, for the right hand side of the location 'Contact Us' 
-->
−
<collection-type guid="00000000-0000-0000-0000-000000000004">
<name>How to Find Us</name>
<description>GCMS v1.0 Collection Type</description>
<settings items-sortable="true" grid-columns="link" grid-search="summary"/>
−
<properties>
<property id="address" type="HTMLTextArea" label="Address"/>
<property id="telephone" type="TextField" label="Telephone Number"/>
<property id="fax" type="TextField" label="Fax Number"/>
<property id="email" type="HTMLTextArea" label="Email Address"/>
<property id="directions" type="RichTextArea" label="Directions"/>
<property id="link" type="LinkChooser" label="Link"/>
<property id="image" type="AssetChooser" label="Map Image"/>
</properties>
</collection-type>
−
<!--
 Main Content List - lists of items to go in the main content, lists of rooms, games etc. 
-->
−
<collection-type guid="00000000-0000-0000-0000-000000000005">
<name>Main Content List</name>
<description>GCMS v1.0 Collection Type</description>
<settings items-sortable="true" grid-columns="link" grid-search="summary"/>
−
<properties>
<property id="thumbnail" type="AssetChooser" label="Image"/>
<property id="alt" type="TextField" label="Alt Text"/>
<property id="maincontent" type="HTMLTextArea" label="Content"/>
</properties>
</collection-type>
<!-- photo gallery collection -->
−
<collection-type guid="cdb7a987-c27a-48f7-95e1-e335fd474466">
<name>Nido Image Collection Type</name>
<description>Image Gallery Collection Type</description>
<settings items-sortable="true" grid-columns="media_type|location|type" grid-search="description|location|type"/>
−
<properties>
<property id="title" type="TextField" label="Title" required="false" filters="strip_html"/>
<property id="description" type="TextField" label="Description" required="false"/>
−
<property id="location" type="RelationalSingleChoiceDropdown" required="true" label="Location">
<collection-id>49</collection-id>
<collection-name>__name</collection-name>
<collection-value>item_id</collection-value>
</property>
−
<property id="type" type="RelationalSingleChoiceDropdown" required="true" label="Type">
<collection-id>48</collection-id>
<collection-name>__name</collection-name>
<collection-value>item_id</collection-value>
</property>
<property id="imagefile" type="AssetChooser" label="Image"/>
<property id="thumbnail" type="AssetChooser" label="Thumbnail Image"/>
<property id="link" type="LinkChooser" label="Link"/>
</properties>
</collection-type>
<!-- global home tabbed content collection -->
−
<collection-type guid="cdb6a666-c66a-66f6-66e6-e666fd666666">
<name>Home Tabbed Content</name>
−
<description>
Home Tabbed Content for the tabbed panel on the global homepage
</description>
<settings items-sortable="true" grid-columns="location" grid-search="location"/>
−
<properties>
−
<property id="location" type="RelationalSingleChoiceDropdown" required="true" label="Location">
<collection-id>49</collection-id>
<collection-name>__name</collection-name>
<collection-value>item_id</collection-value>
</property>
<property id="lefttitle" type="TextField" label="Title (for left side list)" required="true" filters="strip_html"/>
<property id="leftcontent" type="HTMLTextArea" label="Content (for left side list)" required="true"/>
<property id="righttitle" type="TextField" label="Title (for right side list)" required="true" filters="strip_html"/>
<property id="rightcontent" type="HTMLTextArea" label="Content (for right side list)" required="true"/>
</properties>
</collection-type>
</collection-types>
 
luxit,s вы дали url где на неё посмотреть в живую можно
в установленном виде
а так вообще непонятно что вы ищите и зачем

Это посмотрите ... оно ??
 
  • Заблокирован
  • #3
Скачал этот архив - именно оно, что ищет ТС. Кстати довольно легкий код у данной CMS, да и к тому же она бесплатна.
 
Статус
В этой теме нельзя размещать новые ответы.
Назад
Сверху