This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<metal:page define-macro="master"> | |
<tal:doctype tal:replace="structure string:<!DOCTYPE html>" /> | |
<html xmlns="http://www.w3.org/1999/xhtml" | |
tal:define="portal_state context/@@plone_portal_state; | |
context_state context/@@plone_context_state; | |
plone_view context/@@plone; | |
lang portal_state/language; | |
view nocall:view | nocall: plone_view; | |
dummy python: plone_view.mark_view(view); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
###################################################### | |
# Base Configuration; this provides sane defaults | |
# for commonly used parts. | |
# --------------------------------------------------- | |
# | |
# Buildout instructions in this file are | |
# usually only changed by experienced developers. | |
# | |
# Beyond here there be dragons! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.carousel { | |
position: relative; | |
margin-bottom: 0em; | |
} | |
.carousel-banner { | |
display: none; | |
overflow: hidden; | |
} | |
.carousel-text { | |
background-color: Black; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* slidingPanels is similar to a horizontal accordion navigation, or holding | |
* some playing cards in your hand... sliding panels around to reveal one of | |
* interest. | |
* | |
* slidingPanels r1 // 2008.02.18 // jQuery 1.2.3+ | |
* <http://cherne.net/brian/resources/jquery.slidingPanels.html> | |
* | |
* REQUIRES jQuery hoverIntent plug-in | |
* <http://cherne.net/brian/resources/jquery.hoverIntent.html> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Title: Helper method for temple folder view | |
# Parameter List: temples=0, subtemples=0, folders=0, images=0, subimages=0, others=0 | |
# Bound Names: context, container, script, traverse_subpath | |
result = {} | |
is_topic = context.portal_type == 'Topic' | |
if temples: | |
if is_topic: | |
result['temples'] = context.queryCatalog(portal_type=('Temple',), |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cities = { | |
'KeelungCity': '基隆市', | |
'TaipeiCity': '臺北市', | |
'NewTaipeiCity': '新北市', | |
'TaoyuanCity': '桃園市', | |
'HsinchuCounty': '新竹縣', | |
'HsinchuCity': '新竹市', | |
'MiaoliCounty': '苗栗縣', | |
'TaichungCity': '臺中市', | |
'NantouCounty': '南投縣', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<nav id="mainMenu" class="tencol last"> | |
<a class="toggleMenu" href="#" style="display: none;">Menu <span class="expandicon"><img src="http://talks.taishinart.org.tw/pic/menu-expand.png"></span></a> | |
<ul class="nav" tal:define="root_url context/@@plone_portal_state/navigation_root_url; isAnon context/@@plone_portal_state/anonymous" > | |
<li class=""><a class="rootmenulink parent" href="#" tal:attributes="href string:${root_url}/event/info">藝術雷達<span class="eng-info" style="cursor: default">TS Art Radar</span></a> | |
<ul class="submenu"> | |
<li class="menuitem"><a class="menulink" href="#" tal:attributes="href string:${root_url}/event/info">藝術動態</a> </li> | |
<li class="menuitem"><a class="menulink" href="#" tal:attributes="href string:${root_url}/event/talks">藝論紛紛</a> </li> | |
<li class="menuitem" tal:condition="python: not isAnon"><a class="menulink" href="#" tal:attributes="href string:${root_url}/event/advisors">推薦團</a> </li> | |
</ul> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* main menu sticky setting */ | |
#st-wrapper { | |
width: 100%; | |
margin: 0 auto; | |
} | |
#main-nav-holder { | |
height: 56px; | |
} | |
#main-nav { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
>>> dir(site.myfolder['page-one']) | |
['COPY', 'COPY__roles__', | |
'Contributors', 'Contributors__roles__', | |
'CookedBody', 'CookedBody__roles__', | |
'CreationDate', 'CreationDate__roles__', | |
'Creator', 'Creator__roles__', 'Creators', 'Creators__roles__', | |
'DELETE', 'DELETE__roles__', | |
'Date', 'Date__roles__', | |
'Description', 'Description__roles__', | |
'EditableBody', 'EditableBody__roles__', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" | |
xmlns:tal="http://xml.zope.org/namespaces/tal" | |
xmlns:metal="http://xml.zope.org/namespaces/metal" | |
xmlns:i18n="http://xml.zope.org/namespaces/i18n" | |
lang="en" | |
metal:use-macro="context/main_template/macros/master" | |
i18n:domain="plone"> | |
<body> |
OlderNewer