From eb89b15c0f044673c1206a418a21d0baba1a675e Mon Sep 17 00:00:00 2001 From: RaindropsSys Date: Sun, 12 Mar 2023 19:16:53 +0100 Subject: Updated 104 files, added 3 files, deleted 4 files and renamed 36 files (automated) --- includes/fragments/edit-private.inc | 142 ++++++++++++++++++++++++++++++ includes/fragments/edit.inc | 142 ++++++++++++++++++++++++++++++ includes/fragments/member.inc | 150 ++++++++++++++++++++++++++++++++ includes/fragments/metadata.inc | 169 ++++++++++++++++++++++++++++++++++++ includes/fragments/sysedit.inc | 153 ++++++++++++++++++++++++++++++++ includes/fragments/system.inc | 52 +++++++++++ 6 files changed, 808 insertions(+) create mode 100644 includes/fragments/edit-private.inc create mode 100644 includes/fragments/edit.inc create mode 100644 includes/fragments/member.inc create mode 100644 includes/fragments/metadata.inc create mode 100644 includes/fragments/sysedit.inc create mode 100644 includes/fragments/system.inc (limited to 'includes/fragments') diff --git a/includes/fragments/edit-private.inc b/includes/fragments/edit-private.inc new file mode 100644 index 0000000..998dfdd --- /dev/null +++ b/includes/fragments/edit-private.inc @@ -0,0 +1,142 @@ + + +
+
+ + +

+ Saved · bytes · ">View page +

+ + + + + + + + +
+ + \ No newline at end of file diff --git a/includes/fragments/edit.inc b/includes/fragments/edit.inc new file mode 100644 index 0000000..b5617f2 --- /dev/null +++ b/includes/fragments/edit.inc @@ -0,0 +1,142 @@ + + +
+
+ + +

+ Saved · bytes · ">View page +

+ + + + + + + + +
+ + \ No newline at end of file diff --git a/includes/fragments/member.inc b/includes/fragments/member.inc new file mode 100644 index 0000000..4eed308 --- /dev/null +++ b/includes/fragments/member.inc @@ -0,0 +1,150 @@ + + +
;position: fixed;background-image: url('');background-size: cover;background-position: center; top: 0;"> +
">
+
+ + + +
+
+
; padding-bottom: 0 !important;"> + + +
+ +
+
+

Hello there!

+

I'm currently not totally sure who I am (it's a thing that can happen with plurality), but I am using this pony as a temporary identity to stay calm and not panic while I figure out what is going on and who I am.

+

I can either be an existing headmate who cannot work out they are fronting (this can sometimes happen when one of us gets pushed out of front), multiple headmates blurring who cannot work out who we are, a new pony trying to figure out their identity (this can sometimes take a while), or some other plurality shenanigans.

+ In all cases, feel free to ask! +
+
+ +
+ +
+ + +
+ +
+ + + + "); ?> + + + +
+
+
+ +
+ +
+ +
+ + + (edit: metadata, pony town, page) + + (edit: metadata, pony town, public, private) + + +
+
    +
  • ID: (, )
  • +
  • Files: +
      +
    • ()
    • +
    • ()
    • +
    • ()
    • +
    +
  • +
  • Date added: (, )
  • +
  • Pronouns:
  • +
  • Pronouns usage:
      $usage) { + if (is_string($usage) && $type !== "color") { + echo("
    • " . $type . ": " . $usage . "
    • "); + } + } + + ?>
  • +
  • Color: ;display:inline-block;width:16px;height:16px;border-radius:5px;vertical-align: middle;filter: invert(1) hue-rotate(180deg);"> # +
  • Bitset: (0x, )
  • Not using bitset; please update. +
  • Reduced name:
  • +
  • Shared memory access: ()
  • +
  • Protector: ()
  • +
  • Little: ()
  • +
  • Relations count:
  • + +
  • + Score breakdown: - +
    • -
  • +
+
+
+ +
+ + \ No newline at end of file diff --git a/includes/fragments/metadata.inc b/includes/fragments/metadata.inc new file mode 100644 index 0000000..e143153 --- /dev/null +++ b/includes/fragments/metadata.inc @@ -0,0 +1,169 @@ + + +
+
+

">

+ +
+ +

+ File
+ +

+ +
+ +

General information

+ +
+ General:
+
+ + +
+
+
+ Species
+
+ + +
+
+
+ Alignment
+
+ + +
+
+ +
+ +

Relationships

+ + +

+ Sexfriends (full IDs, comma-separated)
+ "> +

+ +

+ Marefriends (full IDs, comma-separated)
+ "> +

+

+ Sisters (full IDs, comma-separated)
+ "> +

+

+ Caretakers (full IDs, comma-separated)
+ "> +

+ + +
+ +

Technical details

+ +

+ Primary interest (keep it short)
+ "> +

+

+ Member code
+ "> +

+ + +
+ +

Age information

+ +

+ Birth date (use January 1st for none)
+ -"> +

+

+ Age (for ponies with fixed age)
+ "> +

+ +
+ +

Toggleable flags

+ + $name): if (!is_array($name) && !is_null($name)): if (($systemID === $app["other"]["id"] && str_starts_with($name, "!!")) || $systemID !== $app["other"]["id"]): ?> +
+ $name2): ?> +
+ + +
+ + +
+ +
+ This member does not have a metadata file. This file needs to be initially created by an administrator before it can be edited using this page. +
+ +
+ + \ No newline at end of file diff --git a/includes/fragments/sysedit.inc b/includes/fragments/sysedit.inc new file mode 100644 index 0000000..1b341b0 --- /dev/null +++ b/includes/fragments/sysedit.inc @@ -0,0 +1,153 @@ + + +
');background-size: cover;background-position: center; top: 0;"> +
+
+ +
+
+
+ +
+ +
+ +

+ Saved · bytes +

+ + + + + + + + +
+
+ +
+ + \ No newline at end of file diff --git a/includes/fragments/system.inc b/includes/fragments/system.inc new file mode 100644 index 0000000..030c743 --- /dev/null +++ b/includes/fragments/system.inc @@ -0,0 +1,52 @@ + + +
');background-size: cover;background-position: center; top: 0;"> +
+
+ + + +
+
+ +
+ +
+ +
+ +
+ +
+
+ +
+
+ + (edit: ) + +
+ + + + \ No newline at end of file -- cgit