Skip to content

Instantly share code, notes, and snippets.

@aspnetde
Created March 28, 2020 08:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aspnetde/709ab484a4861717a8cf4453592d5498 to your computer and use it in GitHub Desktop.
Save aspnetde/709ab484a4861717a8cf4453592d5498 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<settings>
<hitlist>
<connectionString>" &amp; Session("defaultConnectionString") &amp; "</connectionString>
<hitlistDataSource>ViewAcciadoAdminHitlistArticles</hitlistDataSource>
<hitlistDataSourceOrphaned>ViewAcciadoAdminArticlesWithoutReferences</hitlistDataSourceOrphaned>
<recordsPerPage>25</recordsPerPage>
<additionalQueryArguments>FKCategoryID='"&amp; Request("call_id")&amp;"'</additionalQueryArguments>
<primaryKey>ArticleID</primaryKey>
<foreignUpdateTablePrimaryKey>ArticlesToCategoriesID</foreignUpdateTablePrimaryKey>
<selectDistinct></selectDistinct>
<sortOrderField>ArticleSortValue</sortOrderField>
<hitlistFields>
<hitlistField show="true" caption="Bezeichnung">Description</hitlistField>
<hitlistField show="true" caption="Bereich">Location</hitlistField>
<hitlistField show="true" caption="publ. ab">DateActivation</hitlistField>
<hitlistField show="true" caption="publ. bis">DateArchiving</hitlistField>
<hitlistField show="true" caption="Status">Status</hitlistField>
<hitlistField show="true" caption="Sort.">ArticleSortValue</hitlistField>
</hitlistFields>
<lifeTime>
<lifeTimeStartField>DateActivation</lifeTimeStartField>
<lifeTimeEndField>DateArchiving</lifeTimeEndField>
<lifeTimeHeaderText>Lfz.</lifeTimeHeaderText>
<lifeTimePosBehindField>5</lifeTimePosBehindField>
<lifeTimeSortField>lifeTimeSortField</lifeTimeSortField>
</lifeTime>
<!-- Schnellsuche -->
<quickSearchFields>
<quickSearchField>ArticleID</quickSearchField>
<quickSearchField>Description</quickSearchField>
<quickSearchField>Template</quickSearchField>
<quickSearchField>Headline</quickSearchField>
<quickSearchField>ArticleText</quickSearchField>
<quickSearchField>DateActivation</quickSearchField>
<quickSearchField>DateArchiving</quickSearchField>
<quickSearchField>DateCreated</quickSearchField>
<quickSearchField>DateLastModified</quickSearchField>
</quickSearchFields>
<!-- Detailsuche -->
<detailSearchFields>
<detailSearchField type="string" caption="Bezeichnung" selectBox="">Description</detailSearchField>
<detailSearchField type="string" caption="Überschrift" selectBox="">Headline</detailSearchField>
<detailSearchField type="string" caption="Einleitung" selectBox="">TeaserText</detailSearchField>
<detailSearchField type="string" caption="Text" selectBox="">ArticleText</detailSearchField>
<detailSearchField type="string" caption="Template" selectBox="Bilder_links.ascx||Bilder links,,Bilder_oben.ascx||Bilder oben,,Bilder_rechts.ascx||Bilder rechts,,Bilder_unten.ascx||Bilder unten,,Modul_Galerie.ascx||Modul Galerie,,Modul_Kontakt.ascx||Modul Kontakt,,Modul_Newsletter.ascx||Modul Newsletter,,Modul_Sitemap.ascx||Modul Sitemap,,Modul_Newsteaser.ascx||Modul Newsteaser,,Modul_RssNews.ascx||Modul RssNews">Template</detailSearchField>
<detailSearchField type="date" caption="Pubbliziert ab" selectBox="[range]">DateActivation</detailSearchField>
<detailSearchField type="date" caption="Publiziert bis" selectBox="[range]">DateArchiving</detailSearchField>
<detailSearchField type="date" caption="Erstellt am" selectBox="[range]">DateCreated</detailSearchField>
<detailSearchField type="string" caption="Erstellt von" selectBox="SELECT UserID AS val, Lastname + ', ' +Firstname AS txt FROM ViewAcciadoAdminHitlistUsers ORDER By Lastname ASC||defaultConnectionString">CreatedBy</detailSearchField>
<detailSearchField type="date" caption="Geändert am" selectBox="[range]">DateLastModified</detailSearchField>
<detailSearchField type="string" caption="Geändert von" selectBox="SELECT UserID AS val, Lastname + ', ' +Firstname AS txt FROM ViewAcciadoAdminHitlistUsers ORDER By Lastname ASC||defaultConnectionString">LastModifiedBy</detailSearchField>
<detailSearchField type="string" caption="Sortierung" selectBox="">ArticleSortValue</detailSearchField>
<detailSearchField type="int" caption="Bereich" selectBox="0||Content,,1||Marginalie">Location</detailSearchField>
<detailSearchField type="int" caption="Freigabe" selectBox="0||Artikel deaktiviert,,1||Artikel freigegeben,,2||Artikel in Bearbeitung,,3||Wartet auf Freigabe">Status</detailSearchField>
</detailSearchFields>
<detailSearchHeight>460</detailSearchHeight>
</hitlist>
<detailView>
<foreignUpdateTable>AcciadoArticlesToCategories</foreignUpdateTable>
<foreignUpdateTableReferenceKey>FKArticleID</foreignUpdateTableReferenceKey>
<foreignUpdateTableForeignKey>FKCategoryID</foreignUpdateTableForeignKey>
<templates>
<templateFolder>content</templateFolder>
<templateFieldname>Template</templateFieldname>
</templates>
<fields>
<field hidden="true" refresh="false" noUpdate="true" virtual="false">
<fieldname>ArticleID</fieldname>
<caption></caption>
<detailHelp>ID des Artikels</detailHelp>
<defaultValue></defaultValue>
</field>
<field hidden="false" refresh="false" noUpdate="false" virtual="false">
<fieldname>Template</fieldname>
<caption>Template</caption>
<detailHelp>An dieser Stelle legen Sie fest, welches Template für diesen Artikel verwendet werden soll.</detailHelp>
<defaultValue>Bilder_links.ascx</defaultValue>
</field>
<field hidden="false" refresh="false" noUpdate="false" virtual="false">
<fieldname>Location</fieldname>
<caption>%%Contentbereich</caption>
<detailHelp>Auswahl ob dieser Artikel im Haupt Contentbereich oder der Marginalie rechts oder links erscheinen soll.</detailHelp>
<defaultValue></defaultValue>
</field>
<field hidden="false" refresh="false" noUpdate="false" virtual="false">
<fieldname>Headline</fieldname>
<caption>__Überschrift[maxlength=255]</caption>
<detailHelp>Überschrift des Artikels</detailHelp>
<defaultValue></defaultValue>
</field>
<field hidden="false" refresh="false" noUpdate="false" virtual="false">
<fieldname>TeaserText</fieldname>
<caption>Einleitung[rows=5]</caption>
<detailHelp>Teasertext - dient zur Einleitung für den Artikel.</detailHelp>
<defaultValue></defaultValue>
</field>
<field hidden="false" refresh="false" noUpdate="false" virtual="false">
<fieldname>ArticleText</fieldname>
<caption>%%$$Text</caption>
<detailHelp>Text des Artikels</detailHelp>
<defaultValue></defaultValue>
</field>
<field hidden="false" refresh="false" noUpdate="false" virtual="false">
<fieldname>mod_bilder</fieldname>
<caption>__Bilder anhängen</caption>
<detailHelp>Hier können Sie Bilder an den Artikel anhängen. </detailHelp>
<defaultValue></defaultValue>
</field>
<field hidden="false" refresh="false" noUpdate="false" virtual="false">
<fieldname>Status</fieldname>
<caption>__Freigabe</caption>
<detailHelp>Soll dieser Artikel auf der Webseite erscheinen?</detailHelp>
<defaultValue>1</defaultValue>
</field>
<field hidden="false" refresh="false" noUpdate="false" virtual="false">
<fieldname>ArticleSortValue</fieldname>
<caption>Sortierung[maxlength=4]</caption>
<detailHelp>Die Sortierung legt fest, an welcher Stelle der Artikel in der Rubrik erscheint, wenn sich mehrere Artikel in ihr befinden. Je höher die Sortierung, desto weiter oben steht der Artikel.</detailHelp>
<defaultValue>sortierung</defaultValue>
</field>
<field hidden="false" refresh="false" noUpdate="false" virtual="false">
<fieldname>DateActivation</fieldname>
<caption>**Publiziert ab</caption>
<detailHelp>Ab wann soll der Artikel in der Webseite abrufbar sein?</detailHelp>
<defaultValue>ShortDate</defaultValue>
</field>
<field hidden="false" refresh="false" noUpdate="false" virtual="false">
<fieldname>DateArchiving</fieldname>
<caption>**Publiziert bis</caption>
<detailHelp>Bis wann soll der Artikel in der Webseite abrufbar sein?</detailHelp>
<defaultValue></defaultValue>
</field>
<field hidden="false" refresh="false" noUpdate="false" virtual="false">
<fieldname>FKCategoryID</fieldname>
<caption>__%%Rubriken</caption>
<detailHelp>Wählen Sie eine oder mehrere Rubriken, denen Sie diesen Artikel zuordnen wollen.</detailHelp>
<defaultValue></defaultValue>
</field>
<field hidden="false" refresh="false" noUpdate="false" virtual="false">
<fieldname>mod_downloadlink</fieldname>
<caption>__Dateien anhängen</caption>
<detailHelp>Hier können Sie beliebig viele Dateien an den Artikel anhängen. Verwenden Sie das Feld unter dem Dateinamen um eine Beschreibung für die Datei festzulegen. Diese erscheint dann auf der Website.</detailHelp>
<defaultValue></defaultValue>
</field>
<field hidden="false" refresh="false" noUpdate="false" virtual="false">
<fieldname>Description</fieldname>
<caption>__Bezeichnung</caption>
<detailHelp>Interne Bezeichnung des Artikels für Suche, Hitlist.</detailHelp>
<defaultValue></defaultValue>
</field>
<field hidden="false" refresh="false" noUpdate="false" virtual="false">
<fieldname>DateCreated</fieldname>
<caption>__Erstellt am|readonly</caption>
<detailHelp></detailHelp>
<defaultValue>LongDate</defaultValue>
</field>
<field hidden="false" refresh="false" noUpdate="false" virtual="false">
<fieldname>CreatedBy</fieldname>
<caption>Erstellt von|readonly</caption>
<detailHelp></detailHelp>
<defaultValue>session[bid]</defaultValue>
<sql>Select Firstname + ' ' + Lastname AS txt From AcciadoAdminUsers Where UserID = [CreatedBy|defaultValue]</sql>
</field>
<field hidden="false" refresh="true" noUpdate="false" virtual="false">
<fieldname>DateLastModified</fieldname>
<caption>Geändert am|readonly</caption>
<detailHelp></detailHelp>
<defaultValue>LongDate</defaultValue>
</field>
<field hidden="false" refresh="true" noUpdate="false" virtual="false">
<fieldname>LastModifiedBy</fieldname>
<caption>Geändert von|readonly</caption>
<detailHelp></detailHelp>
<defaultValue>session[bid]</defaultValue>
<sql>Select Firstname + ' ' + Lastname AS txt From AcciadoAdminUsers Where UserID = [LastModifiedBy|defaultValue]</sql>
</field>
</fields>
<staticSelectBoxes>
<staticSelectBox>
<fieldname>Location</fieldname>
<texts>Contentbereich, Marginalie</texts>
<values>0, 1</values>
</staticSelectBox>
</staticSelectBoxes>
<acciadoAdminRoles>
<role field="Status" type="beitrag_status" />
</acciadoAdminRoles>
<trees>
<tree>
<substitutionFieldname>FKCategoryID</substitutionFieldname>
<dataSourceTable>AcciadoCategories</dataSourceTable>
<startPointArgument>CategoryParentID is Null</startPointArgument>
<displayField>CategoryName</displayField>
<valueField>CategoryID</valueField>
<parentField>CategoryParentID</parentField>
<sortOrderFields>CategorySortValue</sortOrderFields>
<sortOrder>ASC</sortOrder>
<comboTable>AcciadoArticlesToCategories</comboTable>
<comboTableForeignKey>FKArticleID</comboTableForeignKey>
<descriptionText></descriptionText>
<relationType>n:n</relationType>
<preselectionParameterName>call_id</preselectionParameterName>
<notAssignedText>Verwaiste Artikel</notAssignedText>
<blockedFieldname>DirectLinkUrl</blockedFieldname>
<comboTablePrimaryKey>ArticlesToCategoriesID</comboTablePrimaryKey>
</tree>
</trees>
<fileAttachments>
<fileAttachment>
<attachmentType>1</attachmentType>
<attachmentSubstitutionField>mod_bilder</attachmentSubstitutionField>
<attachmentLinkOrder>SortValue Asc</attachmentLinkOrder>
<attachmentZoomfield>IsZoomable</attachmentZoomfield>
<attachmentURLField>ExternalUrl</attachmentURLField>
<attachmentDescriptionField>Caption</attachmentDescriptionField>
<attachmentTypeField>MediaType</attachmentTypeField>
<comboTablename>AcciadoMediaFilesToArticles</comboTablename>
<comboID>MediaFilesToArticlesID</comboID>
<comboForeignID>FKArticleID</comboForeignID>
<comboFileID>FKFileID</comboFileID>
<attachedTablename>AcciadoArticles</attachedTablename>
<attachedID>ArticleID</attachedID>
<mediaTablename>AcciadoMediaFiles</mediaTablename>
<mediaID>FileID</mediaID>
<mediaDisplayfield>Filename</mediaDisplayfield>
<attachmentImageWidthField>ImageWidth</attachmentImageWidthField>
<attachmentImageHeightField>ImageHeight</attachmentImageHeightField>
<attachmentProportionalField>IsProportional</attachmentProportionalField>
<attachmentPublicField>IsPublic</attachmentPublicField>
<attachmentShowIsPublic>false</attachmentShowIsPublic>
<attachmentItemCaption>Bild</attachmentItemCaption>
<attachmentDescriptionCaption>Bildunterschrift</attachmentDescriptionCaption>
<attachmentShowLink>true</attachmentShowLink>
<attachmentShowImageSettings>true</attachmentShowImageSettings>
<attachmentShowCustomField1>false</attachmentShowCustomField1>
<attachmentCustomField1Label></attachmentCustomField1Label>
<attachmentShowCustomField2>false</attachmentShowCustomField2>
<attachmentCustomField2Label></attachmentCustomField2Label>
<attachmentCustomField1FieldName></attachmentCustomField1FieldName>
<attachmentCustomField2FieldName></attachmentCustomField2FieldName>
</fileAttachment>
<fileAttachment>
<attachmentType>2</attachmentType>
<attachmentSubstitutionField>mod_downloadlink</attachmentSubstitutionField>
<attachmentLinkOrder>SortValue Asc</attachmentLinkOrder>
<attachmentZoomfield>IsZoomable</attachmentZoomfield>
<attachmentURLField>ExternalUrl</attachmentURLField>
<attachmentDescriptionField>Caption</attachmentDescriptionField>
<attachmentTypeField>MediaType</attachmentTypeField>
<comboTablename>AcciadoMediaFilesToArticles</comboTablename>
<comboID>MediaFilesToArticlesID</comboID>
<comboForeignID>FKArticleID</comboForeignID>
<comboFileID>FKFileID</comboFileID>
<attachedTablename>AcciadoArticles</attachedTablename>
<attachedID>ArticleID</attachedID>
<mediaTablename>AcciadoMediaFiles</mediaTablename>
<mediaID>FileID</mediaID>
<mediaDisplayfield>Filename</mediaDisplayfield>
<attachmentImageWidthField>ImageWidth</attachmentImageWidthField>
<attachmentImageHeightField>ImageHeight</attachmentImageHeightField>
<attachmentProportionalField>IsProportional</attachmentProportionalField>
<attachmentPublicField>IsPublic</attachmentPublicField>
<attachmentShowIsPublic>false</attachmentShowIsPublic>
<attachmentItemCaption>Datei</attachmentItemCaption>
<attachmentDescriptionCaption>Beschreibung</attachmentDescriptionCaption>
<attachmentShowLink>false</attachmentShowLink>
<attachmentShowImageSettings>false</attachmentShowImageSettings>
<attachmentShowCustomField1>false</attachmentShowCustomField1>
<attachmentCustomField1Label></attachmentCustomField1Label>
<attachmentShowCustomField2>false</attachmentShowCustomField2>
<attachmentCustomField2Label></attachmentCustomField2Label>
<attachmentCustomField1FieldName></attachmentCustomField1FieldName>
<attachmentCustomField2FieldName></attachmentCustomField2FieldName>
</fileAttachment>
</fileAttachments>
</detailView>
</settings>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment