This file contains 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> | |
<head> | |
<title>Step progress bar</title> | |
<style type="text/css"> | |
.container { | |
width: 100%; | |
} | |
.progressbar { | |
counter-reset: step; | |
} |
This file contains 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
<?php | |
/** | |
* Example of valid statements for an alias file. Use this | |
* file as a guide to creating your own aliases. | |
* | |
* Aliases are commonly used to define short names for | |
* local or remote Drupal installations; however, an alias | |
* is really nothing more than a collection of options. | |
* A canonical alias named "dev" that points to a local |
This file contains 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
<?xml version="1.0" encoding="utf-8"?> | |
<data> | |
<foo xml:lang="en"> | |
<bar> | |
<tog xml:lang="fr"> | |
<wel> | |
<vay xml:lang="sv"/> | |
</wel> | |
</tog> | |
<tog> |