File modules/cms/ui/themes/default/html/views/page/preview.tpl.src.xml

Last commit: Sat Mar 19 00:24:33 2022 +0100	dankert	Fix: Using the correct PageContext for generating the page source.
1 <output xmlns="http://www.openrat.de/template" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 2 xsi:schemaLocation="http://www.openrat.de/template ../../../../../../../template_engine/components/template.xsd"> 3 <form action="page" method="GET" target="self" subaction="preview" autosave="true" cancel="false"> 4 <group title="${message:OPTIONS}" collapsible="true"> 5 <fieldset> 6 7 <selectbox name="languageid" list="languages" /> 8 <selectbox name="modelid" list="models" /> 9 </fieldset> 10 </group> 11 <group title="${message:PREVIEW}"> 12 <!-- Inserting the preview as an iframe --> 13 <insert url="${preview_url}" name="preview"/> 14 15 <!-- action button for previewing in popup --> 16 <link clickable="true" type="popup" class="action" url="${preview_url}"> 17 <image menu="open_in_new"/> 18 <text value="${message:link_open_in_new_window}"/> 19 </link> 20 </group> 21 </form> 22 23 </output>
Download modules/cms/ui/themes/default/html/views/page/preview.tpl.src.xml
History Sat, 19 Mar 2022 00:24:33 +0100 dankert Fix: Using the correct PageContext for generating the page source. Fri, 18 Mar 2022 12:56:23 +0100 dankert UI-Cleanup: Preview dialogs with groups. Wed, 11 Nov 2020 23:24:28 +0100 Jan Dankert Fixing editing value of files,images,texts. Mon, 26 Oct 2020 21:36:14 +0100 Jan Dankert Rename css class 'clickable' to 'act-clickable'; enhanced view 'info' for projects. Wed, 21 Oct 2020 00:26:06 +0200 Jan Dankert Using fieldsets in all templates (replacing the old '') Sat, 10 Oct 2020 01:29:41 +0200 Jan Dankert Refactoring: Only using CSS classes with the 'or-'-prefix. Sat, 16 May 2020 01:08:40 +0200 Jan Dankert Refactoring: Switching the ValueExpressions in the templates to the new VariableResolver for supporting nested variables like ${message:prefix_${key}}. Sun, 23 Feb 2020 23:21:22 +0100 Jan Dankert Fix: Path to template.xsd has changed on the last refactoring. Sun, 23 Feb 2020 04:01:30 +0100 Jan Dankert Refactoring with Namespaces for the cms modules, part 1: moving.