[DDB Help Desk]![Build Status]
ddb help desk is a web application for managing ddb institutions and its users.
Clone the repo, git clone https://github.com/Deutsche-Digitale-Bibliothek/ddb-helpdesk
, or download the latest release.
test |
<?xml version="1.0" encoding="UTF-8"?> | |
<xsl:stylesheet version="1.0" | |
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> | |
<xsl:output encoding="utf-8" indent="yes" method="html" /> | |
<xsl:template match="pubman-admin-descriptor"> | |
<xsl:text disable-output-escaping='yes'><!DOCTYPE html></xsl:text> | |
<html> | |
<head> | |
<title>Pubman context Metadata Editor</title> | |
<meta name="description" |
public void removeOrganization(String groupId, String id) throws EscidocClientException { | |
TaskParam tp = new TaskParam(); | |
UserGroup updated = c.retrieve(groupId); | |
tp.setLastModificationDate(updated.getLastModificationDate()); | |
// FIXME not optimal | |
for (Selector selector : updated.getSelectors()) { | |
if (selector.getContent().equals(id)) { | |
tp.addResourceRef(selector.getObjid()); |
<organizational-unit> | |
<dc:title xmlns:dc="http://purl.org/dc/elements/1.1/">FIZ abc</dc:title> | |
<dc:description xmlns:dc="http://purl.org/dc/elements/1.1/">Very good desc</dc:description> | |
</organizational-unit> |
<!DOCTYPE html><html> | |
<head> | |
<META http-equiv="Content-Type" content="text/html; charset=utf-8"> | |
<title>eSciDoc Metadata Editor</title> | |
<meta content="eSciDoc Metadata Editor" name="description"> | |
<meta content="escidoc, metadata editor" name="keywords"> | |
<link href="/rest/static/css/bootstrap.min.css" rel="stylesheet" type="text/css"> | |
<link href="/rest/static/css/override-bootstrap.css" rel="stylesheet" type="text/css"> | |
</head> |
<!DOCTYPE html><html> | |
<head> | |
<META http-equiv="Content-Type" content="text/html; charset=utf-8"> | |
<title>eSciDoc Metadata Editor</title> | |
<meta content="eSciDoc Metadata Editor" name="description"> | |
<meta content="escidoc, metadata editor" name="keywords"> | |
<link href="/rest/static/css/bootstrap.min.css" rel="stylesheet" type="text/css"> | |
<link href="/rest/static/css/override-bootstrap.css" rel="stylesheet" type="text/css"> | |
</head> | |
<body> |
ddb help desk is a web application for managing ddb institutions and its users.
Clone the repo, git clone https://github.com/Deutsche-Digitale-Bibliothek/ddb-helpdesk
, or download the latest release.
this is a list tutorials for building web application using backbone.js and yeoman. We are building a Photo Gallery JS App from Backbone Fundamentals
#MV*
GUI Architecture JavaScript MV* MV* & Backbone.js
##MVC
#MV*
##MVC